Class: MODL::Parser::Parsed::ParsedQuoted
- Inherits:
-
Object
- Object
- MODL::Parser::Parsed::ParsedQuoted
- Defined in:
- lib/modl/parser/parsed.rb
Overview
Class to represent a parsed grammar object
Instance Attribute Summary collapse
-
#string ⇒ Object
Returns the value of attribute string.
Instance Method Summary collapse
-
#initialize(string) ⇒ ParsedQuoted
constructor
A new instance of ParsedQuoted.
Constructor Details
#initialize(string) ⇒ ParsedQuoted
Returns a new instance of ParsedQuoted.
763 764 765 |
# File 'lib/modl/parser/parsed.rb', line 763 def initialize(string) @string = string end |
Instance Attribute Details
#string ⇒ Object
Returns the value of attribute string.
761 762 763 |
# File 'lib/modl/parser/parsed.rb', line 761 def string @string end |