Method: XDry::Patcher#insert_before
- Defined in:
- lib/xdry/patching/patcher.rb
#insert_before(pos, new_lines, indent = '', parse = true) ⇒ Object
17 18 19 |
# File 'lib/xdry/patching/patcher.rb', line 17 def insert_before pos, new_lines, indent = '', parse = true do_insert_after pos.file_ref, pos.scope_before, pos.line_no - 2, new_lines, indent || '', parse end |