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
# unshift
def unshift(arg) unless arg.kind_of?(Array) @args.unshift(arg) else @args = arg + @args end end