Class: FindMethodFromEvent::DisplayMethod
- Inherits:
-
Object
- Object
- FindMethodFromEvent::DisplayMethod
- Includes:
- Callable
- Defined in:
- app/services/find_method_from_event.rb
Instance Method Summary collapse
Methods included from Callable
Instance Method Details
#call ⇒ Object
51 52 53 |
# File 'app/services/find_method_from_event.rb', line 51 def call code[begin_pos...end_pos] end |