Method: Crokus::SemicolonStmt#initialize
- Defined in:
- lib/crokus/ast.rb
#initialize(tok) ⇒ SemicolonStmt
Returns a new instance of SemicolonStmt.
208 209 210 |
# File 'lib/crokus/ast.rb', line 208 def initialize tok @tok=tok end |
Returns a new instance of SemicolonStmt.
208 209 210 |
# File 'lib/crokus/ast.rb', line 208 def initialize tok @tok=tok end |