Method: AdLint::Cpp::PPTokens#initialize
- Defined in:
- lib/adlint/cpp/syntax.rb
#initialize ⇒ PPTokens
Returns a new instance of PPTokens.
572 573 574 575 |
# File 'lib/adlint/cpp/syntax.rb', line 572 def initialize super @tokens = [] end |