Created
August 2, 2018 06:26
-
-
Save rockotseng/797f788d9570677be79f5648cc819639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def every_10th_min | |
600 - (Time.now.to_i % 600) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
java