# File lib/pry/method.rb, line 220
    def wrapped_owner
      @wrapped_owner ||= Pry::WrappedModule.new(owner)
    end