Class: GenerateBuffer::Replace
- Inherits:
-
Object
- Object
- GenerateBuffer::Replace
- Includes:
- Callable
- Defined in:
- app/services/generate_buffer.rb
Instance Method Summary collapse
Methods included from Callable
Instance Method Details
#call ⇒ Object
102 103 104 |
# File 'app/services/generate_buffer.rb', line 102 def call code[start...finish] = with end |