Method: Bool::Node#initialize
- Defined in:
- lib/bool/ast.rb
#initialize(token) ⇒ Node
Returns a new instance of Node.
16 17 18 |
# File 'lib/bool/ast.rb', line 16 def initialize(token) @token = token end |
Returns a new instance of Node.
16 17 18 |
# File 'lib/bool/ast.rb', line 16 def initialize(token) @token = token end |