Method: Context::BaseContext#whereis
- Defined in:
- lib/context/base_context.rb
#whereis(method_name) ⇒ Object
109 110 111 |
# File 'lib/context/base_context.rb', line 109 def whereis(method_name) context_method_mapping[method_name.to_sym] end |