Method: Collab::JS.apply_commit
- Defined in:
- lib/collab/js.rb
.apply_commit(document, commit, schema_name:) ⇒ Object
28 29 30 |
# File 'lib/collab/js.rb', line 28 def apply_commit(document, commit, schema_name:) call("applyCommit", {doc: document, commit: commit}, schema_name: schema_name) end |