class RSpec::Mocks::MethodDouble

def configure_method

Other tags:
    Private: -
def configure_method
  @original_visibility = visibility_for_method
  @method_stasher.stash unless @method_is_proxied
  define_proxy_method
end