Method: Codeforces::Client#create_contest
- Defined in:
- lib/codeforces/client.rb
#create_contest(contest) ⇒ Object
111 112 113 |
# File 'lib/codeforces/client.rb', line 111 def create_contest(contest) ::Codeforces::Models::Contest.new self, contest end |