Class: Panda::Expressers::TreeExpresser

Inherits:
Base
  • Object
show all
Defined in:
lib/panda/expressers/tree_expresser.rb

Instance Method Summary collapse

Instance Method Details

#express(expression) ⇒ Object



9
10
11
12
# File 'lib/panda/expressers/tree_expresser.rb', line 9

def express(expression)
  @indent_stk = ["\n"]
  super
end