Class: Puppet::Parser::Lexer::LexingContext

Inherits:
Hash
  • Object
show all
Defined in:
lib/puppet-cleaner.rb

Instance Method Summary collapse

Instance Method Details

#[]=(key, value) ⇒ Object



7
8
9
10
# File 'lib/puppet-cleaner.rb', line 7

def []=(key, value)
  return if key == :after && value == :BLANK
  super
end