Method: Codeforces::Helper#recent_status

Defined in:
lib/codeforces/helper.rb

#recent_statusObject



31
32
33
# File 'lib/codeforces/helper.rb', line 31

def recent_status
  api.problemset.recent_status.map {|s| create_submission s }
end