Class: Veto::Check
- Inherits:
-
Object
- Object
- Veto::Check
- Defined in:
- lib/veto/checks/check.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#call(cco) ⇒ Object
3 4 5 |
# File 'lib/veto/checks/check.rb', line 3 def call(cco) raise(NotImplementedError) end |