module Treetop::Compiler::Metagrammar::QuotedString1

Public Instance Methods

string() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 2687
def string
  qs.text_value
end