Method: Context#initialize
- Defined in:
- lib/raka/token.rb
#initialize(ext, scopes = []) ⇒ Context
Returns a new instance of Context.
15 16 17 18 |
# File 'lib/raka/token.rb', line 15 def initialize(ext, scopes = []) @ext = ext @scopes = scopes end |