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.5
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.