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