# File lib/chef/cookbook/metadata.rb, line 214 def supports(platform, *versions) versions.each { |v| _check_version_expression(v) } @platforms[platform] = versions @platforms[platform] end