Method: JsonFlit::Registry#register_methods
- Defined in:
- lib/json_flit/registry.rb
#register_methods(methods) ⇒ Object
133 134 135 136 137 |
# File 'lib/json_flit/registry.rb', line 133 def register_methods(methods) methods.each do |name, method| register_method(name, method) end end |