Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/squeel/core_ext/symbol.rb
Overview
These extensions to Symbol are loaded optionally, mostly to provide a small amount of backwards compatibility with MetaWhere.
Instance Method Summary collapse
Methods included from Squeel::Nodes::Ordering
Methods included from Squeel::Nodes::Aliasing
Methods included from Squeel::Nodes::PredicateMethods
Instance Method Details
#func(*args) ⇒ Object
13 14 15 |
# File 'lib/squeel/core_ext/symbol.rb', line 13 def func(*args) Squeel::Nodes::Function.new(self, args) end |
#inner ⇒ Object
17 18 19 |
# File 'lib/squeel/core_ext/symbol.rb', line 17 def inner Squeel::Nodes::Join.new(self, Arel::InnerJoin) end |