Module: N3Grammer::StringSingleChar1
- Defined in:
- lib/reddy/n3_grammar.rb
Instance Method Summary collapse
Instance Method Details
#hexdigit1 ⇒ Object
1815 1816 1817 |
# File 'lib/reddy/n3_grammar.rb', line 1815 def hexdigit1 elements[1] end |
#hexdigit2 ⇒ Object
1819 1820 1821 |
# File 'lib/reddy/n3_grammar.rb', line 1819 def hexdigit2 elements[2] end |
#hexdigit3 ⇒ Object
1823 1824 1825 |
# File 'lib/reddy/n3_grammar.rb', line 1823 def hexdigit3 elements[3] end |
#hexdigit4 ⇒ Object
1827 1828 1829 |
# File 'lib/reddy/n3_grammar.rb', line 1827 def hexdigit4 elements[4] end |