Method: Codeforces::Helper#each_status
- Defined in:
- lib/codeforces/helper.rb
#each_status ⇒ Object
35 36 37 |
# File 'lib/codeforces/helper.rb', line 35 def each_status recent_status.each {|status| yield(status) if block_given? } end |