Module: Dhall::Parser::ParentPath

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



602
603
604
# File 'lib/dhall/parser.rb', line 602

def value
	Dhall::Import::RelativeToParentPath.new(*capture(:path).value)
end