Class: FindMethodInPath::Replace
- Inherits:
-
Object
- Object
- FindMethodInPath::Replace
- Includes:
- Callable
- Defined in:
- app/services/find_method_in_path.rb
Instance Method Summary collapse
Methods included from Callable
Instance Method Details
#call ⇒ Object
63 64 65 |
# File 'app/services/find_method_in_path.rb', line 63 def call code[begin_pos...end_pos] = with end |