lib/ncmb/file.rb in ncmb-ruby-client-0.1.3 vs lib/ncmb/file.rb in ncmb-ruby-client-0.1.4
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'mime/types'
module NCMB
class NFile < NCMB::Object
include NCMB
def initialize(file_path = nil)
\ No newline at end of file