module RSpec::Core::Example::Procsy

def self.extended(object)

def self.extended(object)
  def object.run; call; end
end