Method: Codeforces::Helper#rounds

Defined in:
lib/codeforces/helper.rb

#rounds(*args) ⇒ Object



11
12
13
# File 'lib/codeforces/helper.rb', line 11

def rounds(*args)
  contests.send :rounds, *args
end