Method: Object#stroke_patch

Defined in:
lib/strokedb/sync/diff/default.rb

#stroke_patch(patch) ⇒ Object



6
7
8
# File 'lib/strokedb/sync/diff/default.rb', line 6

def stroke_patch(patch)
  patch ? patch[1] : self
end