module Dhall::Parser::ParentPath

Public Instance Methods

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