Class: DatabasePatcher::Interface::Null
- Inherits:
-
DatabasePatcher::Interface
- Object
- DatabasePatcher::Interface
- DatabasePatcher::Interface::Null
- Defined in:
- lib/database_patcher/interface/null.rb
Instance Method Summary collapse
Instance Method Details
#ask(_q) ⇒ Object
3 4 5 |
# File 'lib/database_patcher/interface/null.rb', line 3 def ask(_q) true end |