Module: Dhall::Parser::Path

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



645
646
647
# File 'lib/dhall/parser.rb', line 645

def value
	captures(:path_component).map(&:value)
end