Class: SingletonInheritanceExampleSubclass
- Inherits:
-
SingletonInheritanceExample
- Object
- SingletonInheritanceExample
- SingletonInheritanceExampleSubclass
- Defined in:
- lib/contracts-ruby2/spec/fixtures/fixtures.rb,
lib/contracts-ruby3/spec/fixtures/fixtures.rb
Class Method Summary collapse
Methods inherited from SingletonInheritanceExample
Methods included from Contracts::Core
Class Method Details
.num(int) ⇒ Object
663 664 665 |
# File 'lib/contracts-ruby2/spec/fixtures/fixtures.rb', line 663 def num(int) int end |