Class: BareOptionalContractUsed

Inherits:
Object
  • Object
show all
Includes:
Contracts::Core
Defined in:
lib/contracts-ruby2/spec/fixtures/fixtures.rb,
lib/contracts-ruby3/spec/fixtures/fixtures.rb

Instance Method Summary collapse

Methods included from Contracts::Core

common, extended, included

Instance Method Details

#something(a, b) ⇒ Object



673
674
675
# File 'lib/contracts-ruby2/spec/fixtures/fixtures.rb', line 673

def something(a, b)
  nil
end