Method: XDry::MultiIP#wrap

Defined in:
lib/xdry/patching/insertion_points.rb

#wrap(lines) ⇒ Object



199
200
201
202
203
204
205
# File 'lib/xdry/patching/insertion_points.rb', line 199

def wrap lines
  if @ip == @insertion_points.last
    @last_before + lines + @last_after
  else
    lines
  end
end