Class: Contracts::Constraints::Anything
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#description ⇒ Object
277 |
# File 'lib/contracts.rb', line 277 def description = "anything" |
#matches?(_) ⇒ Boolean
276 |
# File 'lib/contracts.rb', line 276 def matches?(_) = true |