Method: MmJsonClient.dynamic_methods
- Defined in:
- lib/mm_json_client.rb
.dynamic_methods(methods) ⇒ Object
50 51 52 |
# File 'lib/mm_json_client.rb', line 50 def dynamic_methods(methods) methods.reject { |k, _v| static_methods.include?(k) } end |