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.0
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.33.0.