Class: Teebo::Base
- Inherits:
-
Object
- Object
- Teebo::Base
- Defined in:
- lib/teebo.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
7 8 9 10 11 |
# File 'lib/teebo.rb', line 7 def initialize # Initialize the database @database = SQLite3::Database.new "lib/data/seed-data.db" @database.results_as_hash = true end |