Returns an array of types for all tokens
65 66 67
# File 'lib/midnight/midnight.rb', line 65 def token_types @tokens.map(&:type) end