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