# File lib/rake.rb, line 2167 2167: def unix? 2168: RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i 2169: end