module Dhall::Parser::PosixEnvironmentVariable

Public Instance Methods

value() click to toggle source
# File lib/dhall/parser.rb, line 591
def value
        matches.map(&:value).join.encode(Encoding::UTF_8)
end