# File lib/supplemental/facets/platform.rb, line 65 def self.match(platform) supported.any? do |local_platform| platform.nil? or local_platform == platform or (local_platform != Platform::RUBY and local_platform =~ platform) end end