class Rake::MakefileLoader

def respace(str)

def respace(str)
  str.tr SPACE_MARK, ' '
end