Method: Midnight.token_types

Defined in:
lib/midnight/midnight.rb

.token_typesObject

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