module Rethinkdb::Cli

Constants

VERSION

Public Class Methods

start() click to toggle source
# File lib/rethinkdb/cli.rb, line 7
def self.start
  r = RethinkDB::RQL.new
  c = r.connect(:host => 'localhost', :port => 28015).repl
  Ripl.start :binding => binding
end