class Hiera::Backend::Eyaml::Parser::NonMatchToken

Public Class Methods

new(non_match) click to toggle source
# File lib/hiera/backend/eyaml/parser/token.rb, line 33
def initialize(non_match)
  super(non_match)
end

Public Instance Methods

to_decrypted(args={}) click to toggle source
# File lib/hiera/backend/eyaml/parser/token.rb, line 39
def to_decrypted(args={})
  @match
end
to_encrypted(args={}) click to toggle source
# File lib/hiera/backend/eyaml/parser/token.rb, line 36
def to_encrypted(args={})
  @match
end
to_plain_text() click to toggle source
# File lib/hiera/backend/eyaml/parser/token.rb, line 42
def to_plain_text
  @match
end