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