module Jekyll::Utils::Platforms

def rbconfig_host

def rbconfig_host
  @rbconfig_host ||= RbConfig::CONFIG["host_os"].downcase
end