Method: Nyaplot::DataBase#initialize
- Defined in:
- lib/nyaplot/database.rb
#initialize ⇒ DataBase
Returns a new instance of DataBase.
10 11 12 |
# File 'lib/nyaplot/database.rb', line 10 def initialize @db = {} end |
Returns a new instance of DataBase.
10 11 12 |
# File 'lib/nyaplot/database.rb', line 10 def initialize @db = {} end |