Method: Codeforces::Models::Problems#contest

Defined in:
lib/codeforces/models/problems.rb

#contest(id) ⇒ Object



14
15
16
17
# File 'lib/codeforces/models/problems.rb', line 14

def contest(id)
  @contest[id] ||= []
  self.class.new client, @contest[id]
end