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
# opts
def opts return super unless super.kind_of? Hash @_opts ||= Options.new(super) end