# File lib/mario/tools.rb, line 26 def platform_value_map(map={}) map.each do |key, value| return value if Platform.check_symbol(key) end end