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