Skip to content

Instantly share code, notes, and snippets.

/.rb Secret

Created August 30, 2016 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/601a9c08b95e6a22918dacfdf0567d87 to your computer and use it in GitHub Desktop.
Save anonymous/601a9c08b95e6a22918dacfdf0567d87 to your computer and use it in GitHub Desktop.
# First
module Resource
module Heroku
class Profiler
include Sidekiq::Worker
require "date"
# Second
require "date"
module Resource
module Heroku
class Profiler
include Sidekiq::Worker
# Will there be any difference between the two?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment