Skip to content

Instantly share code, notes, and snippets.

@whitehat101
Created May 31, 2016 22:40
Show Gist options
  • Save whitehat101/3de18fad3b5fe33e5d39f447d5c7a22f to your computer and use it in GitHub Desktop.
Save whitehat101/3de18fad3b5fe33e5d39f447d5c7a22f to your computer and use it in GitHub Desktop.
def time_to_angle h=0, m=0
puts "hours: #{h*30+m/2}"
puts "mins: #{m*6}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment