Module: Dhall::Parser::SingleQuoteContinue

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



337
338
339
# File 'lib/dhall/parser.rb', line 337

def value
	([first].compact + captures(:single_quote_continue)).flat_map(&:value)
end