Method: Mobj::HashEx#apply!
- Defined in:
- lib/ext/hash.rb
#apply!(obj) ⇒ Object
14 15 16 17 18 |
# File 'lib/ext/hash.rb', line 14 def apply!(obj) map do |key, value| obj.send(key, *value) end end |
14 15 16 17 18 |
# File 'lib/ext/hash.rb', line 14 def apply!(obj) map do |key, value| obj.send(key, *value) end end |