Returns a new instance of Inbox.
130 131 132
# File 'lib/intent/core.rb', line 130 def initialize(db_path) @list = List.new(db_path) end