Module: Dhall::Parser::Labels
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
136 137 138 |
# File 'lib/dhall/parser.rb', line 136 def value captures(:any_label).map(&:value) end |