Class: Puppet::Parser::Lexer::TokenList

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet-lint/plugins/check_strings.rb

Instance Method Summary collapse

Instance Method Details

#del_token(token) ⇒ Object



4
5
6
# File 'lib/puppet-lint/plugins/check_strings.rb', line 4

def del_token(token)
  @tokens.delete(token)
end