Method: Collab::JS.map_through

Defined in:
lib/collab/js.rb

.map_through(steps:, pos:) ⇒ Object



42
43
44
# File 'lib/collab/js.rb', line 42

def map_through(steps:, pos:)
  call("mapThru", {steps: steps, pos: pos})
end