module Phlex::Helpers

def __append_token__(tokens, token)

Other tags:
    Api: - private
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."