Module: Talk
- Defined in:
- lib/parser.rb,
lib/context.rb,
lib/version.rb,
lib/registry.rb,
lib/parse_error.rb,
lib/context_class.rb,
lib/languages/language.rb
Defined Under Namespace
Classes: Context, Language, ParseError, Parser, Registry, RegistryEntry
Constant Summary collapse
- VERSION =
"2.3.6"
Instance Attribute Summary collapse
-
#contexts ⇒ Object
readonly
Returns the value of attribute contexts.
-
#finalized ⇒ Object
readonly
Returns the value of attribute finalized.
Instance Attribute Details
#contexts ⇒ Object (readonly)
Returns the value of attribute contexts.
5 6 7 |
# File 'lib/parser.rb', line 5 def contexts @contexts end |
#finalized ⇒ Object (readonly)
Returns the value of attribute finalized.
5 6 7 |
# File 'lib/parser.rb', line 5 def finalized @finalized end |