Module: JdbcSpec::MySQL
- Defined in:
- lib/core_ext/jdbc_rake_monkeypatch.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#real_recreate_database ⇒ Object
14 |
# File 'lib/core_ext/jdbc_rake_monkeypatch.rb', line 14 alias_method :real_recreate_database, :recreate_database |
#recreate_database(name, dummy = nil) ⇒ Object
:nodoc:
15 16 17 |
# File 'lib/core_ext/jdbc_rake_monkeypatch.rb', line 15 def recreate_database(name, dummy = nil) # :nodoc: real_recreate_database(name) end |