Module: EDNGRAMMAR::Rawstring1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#matchrawdelim ⇒ Object
1879 1880 1881 |
# File 'lib/parser/edngrammar.rb', line 1879 def matchrawdelim elements[3] end |
#rawcontent ⇒ Object
1875 1876 1877 |
# File 'lib/parser/edngrammar.rb', line 1875 def rawcontent elements[2] end |
#startrawdelim ⇒ Object
1871 1872 1873 |
# File 'lib/parser/edngrammar.rb', line 1871 def startrawdelim elements[0] end |