Method: Eggshell::Compiler::Assembler#add_lines
- Defined in:
- lib/eggshell/compiler.rb
#add_lines(lines) ⇒ Object
Inject lines into current handler. If a line is either a block or macro, call assemble() on it.
49 50 |
# File 'lib/eggshell/compiler.rb', line 49 def add_lines(lines) end |