class Axiom::Types::Set
Represents a set 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/set.rb, line 16 def self.base? equal?(Set) end