module Hpricot::Traverse

def clean_path(path)

def clean_path(path)
  path.gsub(/^\s+|\s+$/, '')
end