abstract class Object

Overview

Object is the base type of all Crystal objects.

Defined in:

driver/dsl.cr

Instance Method Summary

Instance Method Detail

def !=(other : RethinkDB::DSL::R) #

[View source]
def %(other : RethinkDB::DSL::R) #

[View source]
def &(other : RethinkDB::DSL::R) #

[View source]
def *(other : RethinkDB::DSL::R) #

[View source]
def +(other : RethinkDB::DSL::R) #

[View source]
def -(other : RethinkDB::DSL::R) #

[View source]
def /(other : RethinkDB::DSL::R) #

[View source]
def <(other : RethinkDB::DSL::R) #

[View source]
def <=(other : RethinkDB::DSL::R) #

[View source]
def ==(other : RethinkDB::DSL::R) #

[View source]
def >(other : RethinkDB::DSL::R) #

[View source]
def >=(other : RethinkDB::DSL::R) #

[View source]
def |(other : RethinkDB::DSL::R) #

[View source]