module Gem

def self.freebsd_platform?

def self.freebsd_platform?
  RbConfig::CONFIG["host_os"].to_s.include?("bsd")
end