class Object

Public Instance Methods

to_human() click to toggle source
# File lib/core_ext/object.rb, line 4
def to_human
  to_s
end