Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
Object
Makefile loader to be used with the import file loader.
Load the makefile dependencies in fn.
fn
# File rake/loaders/makefile.rb, line 10 def load(fn) lines = File.read fn lines.gsub!(/\\ /, SPACE_MARK) lines.gsub!(/#[^\n]*\n/m, "") lines.gsub!(/\\\n/, ' ') lines.each_line do |line| process_line(line) end end
This page was generated for Ruby 2.1.7
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.