Method: Representable::Hash::Binding#write

Defined in:
lib/representable/hash/binding.rb

#write(hash, fragment, as) ⇒ Object



16
17
18
# File 'lib/representable/hash/binding.rb', line 16

def write(hash, fragment, as)
  hash[as] = fragment
end