module RethinkDB::Shortcuts

Public Instance Methods

r(*args) click to toggle source
# File lib/rethinkdb.rb, line 12
def r(*args)
  args == [] ? RQL.new : RQL.new.expr(*args)
end