Class: Hash

Inherits:
Object show all
Defined in:
lib/effigy/core_ext/hash.rb

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.

Parameters:

Returns:

See Also:



8
9
10
# File 'lib/effigy/core_ext/hash.rb', line 8

def to_effigy_attributes(value)
  self
end