Class: Contracts::Constraints::Nothing
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#description ⇒ Object
282 |
# File 'lib/contracts.rb', line 282 def description = "nothing" |
#matches?(_) ⇒ Boolean
281 |
# File 'lib/contracts.rb', line 281 def matches?(_) = false |