struct Interview::GiftExchange::Gift

Defined in:

interview/gift_exchange.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(from : Person, to : Person) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(from _from = @from, to _to = @to) #

[View source]
def from : Person #

def to : Person #