init($app['gist_path']); }; $app['gist'] = function ($app) { return new GistService($app['gist_path'], $app['git']); };