Method: PuppetLint::Lexer::Token#type

Defined in:
lib/puppet-lint/lexer/token.rb

#typeObject

Public: Returns the Symbol type of the Token.



7
8
9
# File 'lib/puppet-lint/lexer/token.rb', line 7

def type
  @type
end