Module: EDNGRAMMAR::Rawstring2
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
1885 1886 1887 1888 1889 |
# File 'lib/parser/edngrammar.rb', line 1885 def ast; rawcontent.text_value.gsub("\r", "") + ( tv = matchrawdelim.text_value dv = startrawdelim.text_value.length tv[dv..] ) end |