module Dhall::Parser::SingleQuoteContinue

Public Instance Methods

value() click to toggle source
# File lib/dhall/parser.rb, line 337
def value
        ([first].compact + captures(:single_quote_continue)).flat_map(&:value)
end