# File lib/Getopt/Declare.rb, line 302 def conversion case @type when /^\:(0)?(\+)?i$/ '.to_i' when /^\:(0)?(\+)?n$/ '.to_f' else '' end end