class Object

Public Instance Methods

hashify() click to toggle source
# File lib/access.rb, line 49
def hashify
  Hashie::Mash.new self
end