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