class Yum

def strip(value)

Removes lefthand and righthand whitespace
def strip(value)
  value.strip if !value.nil?
end