# File lib/hiera/backend/eyaml/parser/token.rb, line 33 def initialize(non_match) super(non_match) end
# File lib/hiera/backend/eyaml/parser/token.rb, line 39 def to_decrypted(args={}) @match end
# File lib/hiera/backend/eyaml/parser/token.rb, line 36 def to_encrypted(args={}) @match end
# File lib/hiera/backend/eyaml/parser/token.rb, line 42 def to_plain_text @match end