class Chef::Exceptions::UnsupportedPlatform
def initialize(platform)
def initialize(platform) super "This functionality is not supported on platform #{platform}." end
def initialize(platform) super "This functionality is not supported on platform #{platform}." end