# File lib/thor.rb, line 49
  def self.opts
    (@opts || {}).merge(self == Thor ? {} : superclass.opts)
  end