module Dhall::Parser::HerePath

Public Instance Methods

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