class DumpDb::Application
Your code goes hereā¦
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/dump_db.rb, line 10 def initialize puts "DumpDB::Application" super end