Method: PatternPatch::Patch#to_s

Defined in:
lib/pattern_patch/patch.rb

#to_sString

Returns a string representation

Returns:

  • (String)

    String representation of this Patch



210
211
212
# File 'lib/pattern_patch/patch.rb', line 210

def to_s
  inspect
end