Method: Code::Parser#initialize
- Defined in:
- lib/code/parser.rb
#initialize(input) ⇒ Parser
Returns a new instance of Parser.
8 9 10 |
# File 'lib/code/parser.rb', line 8 def initialize(input) @input = input end |
Returns a new instance of Parser.
8 9 10 |
# File 'lib/code/parser.rb', line 8 def initialize(input) @input = input end |