Method: XRay::JS::BlockStatement#initialize
- Defined in:
- lib/js/struct.rb
#initialize(elements, pos) ⇒ BlockStatement
Returns a new instance of BlockStatement.
103 104 105 |
# File 'lib/js/struct.rb', line 103 def initialize(elements, pos) super 'block', elements, nil, pos end |