Class: Puppet::Parser::Lexer::LexingContext
- Inherits:
-
Hash
- Object
- Hash
- Puppet::Parser::Lexer::LexingContext
- 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 |