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