Class: Hash
Overview
Internal use only.
Extends Hash to easily convert a hash or key, value pair to a hash.
Instance Method Summary collapse
Instance Method Details
#to_effigy_attributes(value) ⇒ Hash
Returns self.
8 9 10 |
# File 'lib/effigy/core_ext/hash.rb', line 8 def to_effigy_attributes(value) self end |