Method: CliApplication::Log::Database#initialize
- Defined in:
- lib/cli_application/log/database.rb
#initialize(table) ⇒ Database
Returns a new instance of Database.
5 6 7 8 |
# File 'lib/cli_application/log/database.rb', line 5 def initialize(table) super @table = table end |