mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-16 14:15:08 -05:00
Merge branch 'master' of github.com:sj26/mailcatcher
This commit is contained in:
commit
c1027deee6
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user