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.
728 729 730 |
# File 'lib/modl/parser/parsed.rb', line 728 def initialize(string) @string = string end |
Instance Attribute Details
#string ⇒ Object
Returns the value of attribute string.
726 727 728 |
# File 'lib/modl/parser/parsed.rb', line 726 def string @string end |