# File xmlconfigfile.rb, line 126 def get_int(xpath, default = nil) parameter = get_string(xpath) parameter ? Integer(parameter) : default end