Module: Dhall::Parser::HerePath
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
654 655 656 |
# File 'lib/dhall/parser.rb', line 654 def value Dhall::Import::RelativePath.new(*capture(:path).value) end |