module RSocks class Error < StandardError; end class NotSupport < Error; end end