Skip to content

Instantly share code, notes, and snippets.

@xurde
Last active December 24, 2015 18:18
Show Gist options
  • Select an option

  • Save xurde/6841598 to your computer and use it in GitHub Desktop.

Select an option

Save xurde/6841598 to your computer and use it in GitHub Desktop.
World Class Fight written in Ruby.
class Worker
def strike
sleep(24.hours)
end
end
class Employer
def fire_all
Worker.all.destroy
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment