Put frozen_string_literal at the first line by pocke · Pull Request #3104 · rmosolgo/graphql-ruby
frozen_string_literal comment only works if the comment is at the first line of the file. But iso_8601_date_time.rb had a frozen_string_literal comment after require. So this pull request swaps the...