class Object

Public Instance Methods

inferred_type() click to toggle source
# File lib/typecollection/object+inferred_type.rb, line 3
def inferred_type()
  self.class.inferred_type()
end