Method: Moped::Database#command
- Defined in:
- lib/moped/database.rb
#command(command) ⇒ Hash
Run command on the database.
75 76 77 |
# File 'lib/moped/database.rb', line 75 def command(command) session.context.command name, command end |