# File lib/chef/mixin/language.rb, line 193 def value_for_platform_family(platform_family_hash) PlatformFamilyDependentValue.new(platform_family_hash).value_for_node(node) end