module PgaLeaderboard
Constants
- ENDPOINT
- INTERVAL
- VERSION
Public Instance Methods
run() { || ... }
click to toggle source
# File lib/pga_leaderboard.rb, line 9 def run while true yield sleep INTERVAL end end