Module: Dhall::Parser::HomePath
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
666 667 668 |
# File 'lib/dhall/parser.rb', line 666 def value Dhall::Import::RelativeToHomePath.new(*capture(:path).value) end |