# File xmlconfigfile.rb, line 151 def get_float(xpath, default = nil) parameter = get_string(xpath) parameter ? Float(parameter) : default end