Class: DatabasePatcher::Interface

Inherits:
Object
  • Object
show all
Defined in:
lib/database_patcher/interface.rb

Direct Known Subclasses

Null, STD

Defined Under Namespace

Classes: Null, STD

Instance Method Summary collapse

Instance Method Details

#ask(_question) ⇒ Object

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/database_patcher/interface.rb', line 6

def ask(_question)
  raise(NotImplementedError)
end