module Phlex::Helpers

def __append_token__(tokens, token)

def __append_token__(tokens, token)
ken
il then nil
tring then tokens << token
ymbol then tokens << token.name
rray then tokens.concat(token)
aise ArgumentError,
itional classes must be Symbols, Strings, or Arrays of Symbols or Strings."