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
7 8 9 |
# File 'lib/arel/visitors/sunstone.rb', line 7 def compile(node, collector = Arel::Collectors::Sunstone.new) accept(node, collector).value end |