Method: Leg::Line::Added#to_patch

Defined in:
lib/leg/line.rb

#to_patch(options = {}) ⇒ Object



35
36
37
# File 'lib/leg/line.rb', line 35

def to_patch(options = {})
  "+#{@source}\n"
end