Method: Bison::Action#initialize
- Defined in:
- lib/bison/action.rb
#initialize(code) ⇒ Action
Returns a new instance of Action.
12 13 14 |
# File 'lib/bison/action.rb', line 12 def initialize(code) self.code = code end |
Returns a new instance of Action.
12 13 14 |
# File 'lib/bison/action.rb', line 12 def initialize(code) self.code = code end |