class RSpec::Mocks::Proxy

def visibility_for(_method_name)

Other tags:
    Private: -
def visibility_for(_method_name)
  # This is the default (for test doubles). Subclasses override this.
  :public
end