Class: GenerateBuffer::Replace

Inherits:
Object
  • Object
show all
Includes:
Callable
Defined in:
app/services/generate_buffer.rb

Instance Method Summary collapse

Methods included from Callable

#initialize

Instance Method Details

#callObject



102
103
104
# File 'app/services/generate_buffer.rb', line 102

def call
  code[start...finish] = with
end