Method: Reforge::Transformation::Tree#call

Defined in:
lib/reforge/transformation/tree.rb

#call(source) ⇒ Object



31
32
33
# File 'lib/reforge/transformation/tree.rb', line 31

def call(source)
  root.call(source)
end