Top Level Namespace
Defined Under Namespace
Modules: Syslog
Instance Method Summary collapse
Instance Method Details
#generate_dummy_makefile ⇒ Object
7 8 9 10 11 |
# File 'ext/syslog/extconf.rb', line 7 def generate_dummy_makefile File.open("Makefile", "w") do |f| f.puts dummy_makefile("syslog_ext").join end end |
#windows? ⇒ Boolean
13 14 15 |
# File 'ext/syslog/extconf.rb', line 13 def windows? RbConfig::CONFIG["host_os"] =~ /mswin|mingw/ end |