class MODL::Parser::Parsed::ParsedQuoted
Class to represent a parsed grammar object
Attributes
string[RW]
Public Class Methods
new(string)
click to toggle source
# File lib/modl/parser/parsed.rb, line 763 def initialize(string) @string = string end