Class: RSpec::Contracts::MethodProxy
- Inherits:
-
Object
- Object
- RSpec::Contracts::MethodProxy
- Defined in:
- lib/rspec/contracts/method_proxy.rb
Class Method Summary collapse
Class Method Details
.create(*args) ⇒ Object
4 5 6 |
# File 'lib/rspec/contracts/method_proxy.rb', line 4 def self.create(*args) new(*args) end |