class Thor::Options
def switch_formatted?(arg)
def switch_formatted?(arg) case arg when LONG_RE, SHORT_RE, EQ_RE, SHORT_NUM, SHORT_SQ_RE true else false end end
def switch_formatted?(arg) case arg when LONG_RE, SHORT_RE, EQ_RE, SHORT_NUM, SHORT_SQ_RE true else false end end