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 39
def initialize(non_match)
  super
end

Public Instance Methods

to_decrypted(_args = {}) click to toggle source
# File lib/hiera/backend/eyaml/parser/token.rb, line 47
def to_decrypted(_args = {})
  @match
end
to_encrypted(_args = {}) click to toggle source
# File lib/hiera/backend/eyaml/parser/token.rb, line 43
def to_encrypted(_args = {})
  @match
end
to_plain_text() click to toggle source
# File lib/hiera/backend/eyaml/parser/token.rb, line 51
def to_plain_text
  @match
end