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
# +
def +(other) new = clone other.each do |key, value| new[key] = value unless self[key] end new end