class Rake::MakefileLoader

def respace(str) # :nodoc:

:nodoc:
def respace(str) # :nodoc:
  str.tr SPACE_MARK, " "
end