Class: Arel::TreeManager

Inherits:
Object
  • Object
show all
Defined in:
lib/arel_ruby.rb

Instance Method Summary collapse

Instance Method Details

#to_rubyObject



10
11
12
# File 'lib/arel_ruby.rb', line 10

def to_ruby
  Visitors::Ruby.new.accept @ast
end