class Hiera::Backend::Eyaml::Parser::NonMatchToken
Public Class Methods
Source
# File lib/hiera/backend/eyaml/parser/token.rb, line 38 def initialize(non_match) super end
Calls superclass method
Hiera::Backend::Eyaml::Parser::Token::new
Public Instance Methods
Source
# File lib/hiera/backend/eyaml/parser/token.rb, line 46 def to_decrypted(_args = {}) @match end
Source
# File lib/hiera/backend/eyaml/parser/token.rb, line 42 def to_encrypted(_args = {}) @match end
Source
# File lib/hiera/backend/eyaml/parser/token.rb, line 50 def to_plain_text @match end