Flowdock
method

unix?

Importance_0
v2_1_10 - 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 311
    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.