abstract class Object
Overview
Object
is the base type of all Crystal objects.
Defined in:
driver/dsl.crInstance Method Summary
- #!=(other : RethinkDB::DSL::R)
- #%(other : RethinkDB::DSL::R)
- #&(other : RethinkDB::DSL::R)
- #*(other : RethinkDB::DSL::R)
- #+(other : RethinkDB::DSL::R)
- #-(other : RethinkDB::DSL::R)
- #/(other : RethinkDB::DSL::R)
- #<(other : RethinkDB::DSL::R)
- #<=(other : RethinkDB::DSL::R)
- #==(other : RethinkDB::DSL::R)
- #>(other : RethinkDB::DSL::R)
- #>=(other : RethinkDB::DSL::R)
- #|(other : RethinkDB::DSL::R)