Class: RubySimpleParser::GlobalContext
- Defined in:
- lib/generators/brain_damage/lib/ruby_simple_parser/global_context.rb
Instance Attribute Summary
Attributes inherited from Block
Instance Method Summary collapse
-
#initialize ⇒ GlobalContext
constructor
A new instance of GlobalContext.
Methods inherited from Block
Constructor Details
#initialize ⇒ GlobalContext
Returns a new instance of GlobalContext.
3 4 5 6 |
# File 'lib/generators/brain_damage/lib/ruby_simple_parser/global_context.rb', line 3 def initialize super(nil, nil) @name = 'Global' end |