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."