struct Contest

Defined in:

ahc_point_race.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, writer : Array(String), is_long : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, writer _writer = @writer, is_long _is_long = @is_long) #

[View source]
def is_long : Bool #

def name : String #

def writer : Array(String) #