Module: Dhall::Parser::ParentPath

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



613
614
615
# File 'lib/dhall/parser.rb', line 613

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