class Orbacle::MainType

Public Instance Methods

==(other) click to toggle source
# File lib/orbacle/main_type.rb, line 8
def ==(other)
  self.class == other.class
end
Also aliased as: eql?
bottom?() click to toggle source
# File lib/orbacle/main_type.rb, line 19
def bottom?
  false
end
each_possible_type() click to toggle source
# File lib/orbacle/main_type.rb, line 5
def each_possible_type
end
eql?(other)
Alias for: ==
hash() click to toggle source
# File lib/orbacle/main_type.rb, line 12
def hash
  [
    self.class,
  ].hash ^ BIG_VALUE
end