class Axiom::Types::Array
Represents an array type
Private Class Methods
base?()
click to toggle source
Test if the type is a base type
@return [Boolean]
@api private
# File lib/axiom/types/array.rb, line 15 def self.base? equal?(Array) end