Returns a new instance of Projects.
42 43 44
# File 'lib/intent/core.rb', line 42 def initialize(db_path) @list = List.new(db_path) end