Factory for DbObject
9 10 11 12
# File 'lib/pg_objects/db_object_factory.rb', line 9 def create_instance(path, status: :new) db_object = PgObjects::DbObject.new(path, status, parser:) db_object.create end