BasicObject
App wide logging system
# File lib/god.rb, line 99 def applog(watch, level, text) LOG.log(watch, level, text) end
# File ext/god/extconf.rb, line 5 def create_dummy_makefile File.open("Makefile", 'w') do |f| f.puts "all:" f.puts "install:" end end
Generated with the Darkfish Rdoc Generator 2.