Class: Veto::Check

Inherits:
Object
  • Object
show all
Defined in:
lib/veto/checks/check.rb

Direct Known Subclasses

AttributeCheck, MethodCheck

Instance Method Summary collapse

Instance Method Details

#call(cco) ⇒ Object

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/veto/checks/check.rb', line 3

def call(cco)
  raise(NotImplementedError)
end