Flowdock
method

unix?

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Application
unix?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.