Module: Rethinkdb::Cli
- Defined in:
- lib/rethinkdb/cli.rb,
lib/rethinkdb/cli/version.rb
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.start ⇒ Object
7 8 9 10 11 |
# File 'lib/rethinkdb/cli.rb', line 7 def self.start r = RethinkDB::RQL.new $c = r.connect(:host => 'localhost', :port => 28015).repl Ripl.start end |