Skip to content

Instantly share code, notes, and snippets.

@matisojka
Created September 30, 2016 13:38
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 matisojka/b8fdddc889be917f8a9140fba53cedf5 to your computer and use it in GitHub Desktop.
Save matisojka/b8fdddc889be917f8a9140fba53cedf5 to your computer and use it in GitHub Desktop.
Tiny helper to make your program feel more enteprisy!
class Enterprisifier
def self.enterprisify!
sleep 5
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment