method
unix?
v2_1_10 -
Show latest stable
- Class:
Rake::Application
unix?()public
No documentation available.
# File lib/rake/application.rb, line 311
def unix?
RbConfig::CONFIG['host_os'] =~
/(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/
end