Method: Percentage#to_f

Defined in:
lib/chance/percentage.rb

#to_fObject



18
19
20
# File 'lib/chance/percentage.rb', line 18

def to_f
  @value.to_f
end