Method: Switches::Percentage#to_f

Defined in:
lib/switches/percentage.rb

#to_fObject



27
28
29
# File 'lib/switches/percentage.rb', line 27

def to_f
  @value.to_f
end