Class: Arel::Visitors::Sunstone
- Inherits:
-
Visitor
- Object
- Visitor
- Arel::Visitors::Sunstone
- Defined in:
- lib/arel/visitors/sunstone.rb
Instance Method Summary collapse
Instance Method Details
#compile(node, collector = Arel::Collectors::Sunstone.new) ⇒ Object
9 10 11 |
# File 'lib/arel/visitors/sunstone.rb', line 9 def compile(node, collector = Arel::Collectors::Sunstone.new) accept(node, collector).value end |