class Object

Public Instance Methods

to_h() click to toggle source
# File lib/cl/helper.rb, line 43
def to_h
  Hash[self]
end