class CodeRay::Scanners::Scanner

def tokens_last tokens, n

def tokens_last tokens, n
  tokens.respond_to?(:last) ? tokens.last(n) : []
end