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