Module: Dhall::Parser::Path

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



577
578
579
# File 'lib/dhall/parser.rb', line 577

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