Class: F
- Inherits:
-
Object
- Object
- F
- 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
Instance Method Details
#bad ⇒ Object
53 54 55 |
# File 'lib/contracts-ruby2/spec/fixtures/fixtures.rb', line 53 def bad true end |
#good ⇒ Object
49 50 51 |
# File 'lib/contracts-ruby2/spec/fixtures/fixtures.rb', line 49 def good false end |