Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created August 2, 2015 20:49
Show Gist options
  • Save anonymous/68fb9d9c82eee2d53af4 to your computer and use it in GitHub Desktop.
Save anonymous/68fb9d9c82eee2d53af4 to your computer and use it in GitHub Desktop.
# Pastebin Dwjc1Naz
+ 33 def all_locked?
+ 34 quarter_closed?(1) && quarter_closed?(2) && quarter_closed?(3) && quarter_closed?(4)
+ 35 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment