Class: Sinclair::Matchers::ChangeMethodOn Abstract Private

Inherits:
Base
  • Object
show all
Includes:
MethodTo
Defined in:
lib/sinclair/matchers/change_method_on.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

This class is abstract.

Base class for change_method_on matcher

Author:

  • darthjee

Direct Known Subclasses

ChangeClassMethodOn, ChangeInstanceMethodOn

Method Summary

Methods included from MethodTo

#failure_message, #failure_message_when_negated, #matches?

Methods inherited from Base

#equal?, #initialize, #supports_block_expectations?

Constructor Details

This class inherits a constructor from Sinclair::Matchers::Base