Source: show | on GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 7 7: def symbols 8: @symbols ||= map {|m| m.to_sym } 9: end