# change this to a config module soon: require '../config/initializers/sidekiq' require 'rest-client' require 'json' require 'yaml' require 'optparse' require 'pastebinner/version' require 'pastebinner/option_parser' require 'pastebinner/api_client' require 'pastebinner/helpers/elastic_search_helper' require 'pastebinner/workers/paste_to_es' module Pastebinner class Error < StandardError; end # your code goes here end