Class: Fictive::Text::Compiler
- Inherits:
-
Object
- Object
- Fictive::Text::Compiler
- Defined in:
- lib/fictive/text/compiler.rb
Instance Method Summary collapse
-
#initialize(input) ⇒ Compiler
constructor
A new instance of Compiler.
- #process(symbol_table = {}) ⇒ Object
Constructor Details
#initialize(input) ⇒ Compiler
Returns a new instance of Compiler.
6 7 8 |
# File 'lib/fictive/text/compiler.rb', line 6 def initialize(input) @input = input end |