module Dhall::Parser::HomePath

Public Instance Methods

value() click to toggle source
# File lib/dhall/parser.rb, line 639
def value
        Dhall::Import::RelativeToHomePath.new(*capture(:path).value)
end