Class: RSpec::Contracts::MethodProxy
- Inherits:
-
Object
- Object
- RSpec::Contracts::MethodProxy
- Defined in:
- lib/rspec/contracts/method_proxy.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create(*args) ⇒ Object
7 8 9 |
# File 'lib/rspec/contracts/method_proxy.rb', line 7 def self.create(*args) new(*args) end |
Instance Method Details
#add_message(options) ⇒ Object
11 12 13 14 15 |
# File 'lib/rspec/contracts/method_proxy.rb', line 11 def () = Message.new(@method_name, ) @implementor. end |