Merge branch 'master' of github.com:sj26/mailcatcher

This commit is contained in:
Samuel Cochran 2011-12-04 22:30:37 +08:00
commit c1027deee6

View File

@ -16,11 +16,11 @@ module MailCatcher
module_function
def mac?
Config::CONFIG['host_os'] =~ /darwin/
RbConfig::CONFIG['host_os'] =~ /darwin/
end
def windows?
Config::CONFIG['host_os'] =~ /mswin|mingw/
RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
end
def macruby?