Module: Dhall::Parser::Label
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
142 143 144 145 146 147 148 |
# File 'lib/dhall/parser.rb', line 142 def value if first.string == "`" matches[1].string else string end end |