# File ext/libv8/make.rb, line 5 def make unless defined?(@make) @make = `which gmake 2> /dev/null`.chomp @make = `which make`.chomp unless $?.success? end @make end
[Validate]
Generated with the Darkfish Rdoc Generator 2.