Class: Wrapped
- Inherits:
-
Object
- Object
- Wrapped
- Extended by:
- Wrapper
- Defined in:
- lib/contracts-ruby2/benchmarks/wrap_test.rb,
lib/contracts-ruby3/benchmarks/wrap_test.rb
Instance Method Summary collapse
Methods included from Wrapper
Instance Method Details
#add(a, b) ⇒ Object
36 37 38 |
# File 'lib/contracts-ruby2/benchmarks/wrap_test.rb', line 36 def add a, b a + b end |