Class: SingletonInheritanceExampleSubclass

Inherits:
SingletonInheritanceExample show all
Defined in:
lib/contracts-ruby2/spec/fixtures/fixtures.rb,
lib/contracts-ruby3/spec/fixtures/fixtures.rb

Class Method Summary collapse

Methods inherited from SingletonInheritanceExample

a_contracted_self

Methods included from Contracts::Core

common, extended, included

Class Method Details

.num(int) ⇒ Object



663
664
665
# File 'lib/contracts-ruby2/spec/fixtures/fixtures.rb', line 663

def num(int)
  int
end