$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) require 'tc_version' case RUBY_PLATFORM when /bsd|darwin|mach|osx/i require 'tc_bsd' when /hpux/i require 'tc_hpux' when /linux/i require 'tc_linux' when /sunos/i require 'tc_sunos' when /mswin|win32|dos|mingw|cygwin/i require 'tc_windows' else raise "Platform not supported" end