Module: Dhall::Parser::RecordLiteralEntry
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
444 445 446 |
# File 'lib/dhall/parser.rb', line 444 def value { capture(:any_label).value => capture(:expression).value } end |