Class TokenCounter
In: lib/saikuro.rb
Parent: Object

Counts the number of tokens in each line.

Methods

Included Modules

RubyToken

Attributes

current_file  [R] 

Public Class methods

Public Instance methods

Count the token for the passed line.

Iterate through all tracked files, passing the the provided formater the token counts.

Mark file to associate with the token count.

[Validate]