Libraries
»
arel_ruby
(0.1.0)
»
Index (T)
»
Arel
»
TreeManager
Class: Arel::TreeManager
Inherits:
Object
Object
Arel::TreeManager
show all
Defined in:
lib/arel_ruby.rb
Instance Method Summary
collapse
#
to_ruby
⇒ Object
Instance Method Details
#
to_ruby
⇒
Object
10 11 12
# File 'lib/arel_ruby.rb', line 10
def
to_ruby
Visitors
::
Ruby
.
new
.
accept
@ast
end