# File lib/system.rb, line 9
def linux?
   RUBY_PLATFORM =~ /linux/i
end