Enable frozen string literals.
Make all string literals immutable by default.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# MediaMetadata represents the EXIF and other metadata associated with a
|
||||
# MediaAsset (an uploaded image or video file). The `metadata` field contains a
|
||||
# JSON hash of the file's metadata as returned by ExifTool.
|
||||
|
||||
Reference in New Issue
Block a user