Method: Ej::Commands#copy
- Defined in:
- lib/ej/commands.rb
#copy ⇒ Object
75 76 77 78 79 80 81 82 83 84 85 |
# File 'lib/ej/commands.rb', line 75 def copy @core.copy( [:source], [:dest], [:query], [:per], [:scroll], [:dest_index], [:slice_max] ) end |