Module: Dhall::Parser::Path

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



672
673
674
# File 'lib/dhall/parser.rb', line 672

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