Module: Dhall::Parser::SingleQuoteContinue
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
293 294 295 |
# File 'lib/dhall/parser.rb', line 293 def value ([first].compact + captures(:single_quote_continue)).flat_map(&:value) end |