Class: BabySqueel::Nodes::Binary
- Defined in:
- lib/baby_squeel/nodes/binary.rb
Instance Attribute Summary
Attributes inherited from Proxy
Instance Method Summary collapse
-
#initialize(node) ⇒ Binary
constructor
A new instance of Binary.
Methods included from Operators::ArelAliasing
Methods included from Operators::Generic
Methods inherited from Proxy
const_missing, #inspect, #respond_to?
Constructor Details
#initialize(node) ⇒ Binary
Returns a new instance of Binary.
6 7 8 9 |
# File 'lib/baby_squeel/nodes/binary.rb', line 6 def initialize(node) super node.extend Arel::AliasPredication end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class BabySqueel::Nodes::Proxy