Method: Dhall::Parser::ParentPath#value

Defined in:
lib/dhall/parser.rb

#valueObject



633
634
635
# File 'lib/dhall/parser.rb', line 633

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