module ObjectSpace
module Thor::Util
class Thor
class Thor::Error
class Thor::Options
class Thor::Options::Error
class Thor::Options::Hash
class Thor::OrderedHash
class Thor::PackageTask
class Thor::Runner
class Thor::Task
class Thor::TaskHash
thor
0.9.8
# convert_key
def convert_key(key) key.kind_of?(Symbol) ? key.to_s : key end