Method: Intent::Core::Inbox#initialize
- Defined in:
- lib/intent/core.rb
#initialize(db_path) ⇒ Inbox
Returns a new instance of Inbox.
131 132 133 |
# File 'lib/intent/core.rb', line 131 def initialize(db_path) @list = List.new(db_path) end |