Module: Dhall::Parser::Path
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
625 626 627 |
# File 'lib/dhall/parser.rb', line 625 def value captures(:path_component).map(&:value) end |