# File lib/bugzilla/bugzilla.rb, line 45 def check_version(version_) v = version f = false if v.kind_of?(Hash) && v.include?("version") && v['version'] >= "#{version_}" then f = true end [f, v['version']] end