Module: Philiprehberger::Differ::Formatters::JsonPatch
- Defined in:
- lib/philiprehberger/differ/formatters.rb
Class Method Summary collapse
Class Method Details
.format(changeset) ⇒ Object
29 30 31 |
# File 'lib/philiprehberger/differ/formatters.rb', line 29 def self.format(changeset) changeset.changes.map { |c| format_op(c) } end |