Class: CustomerProfile

Inherits:
Object
  • Object
show all
Defined in:
example/step_definitions/struct.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) generate_winner(max = @total_weight)



8
9
10
# File 'example/step_definitions/struct.rb', line 8

def generate_winner(max=@total_weight)
   # blah
end