class CodeRay::Scanners::Scanner

def tokens

Cache the result of tokenize.
def tokens
  @cached_tokens ||= tokenize
end