Skip to content

Commit

Permalink
Fix ruby 2.4 deprecation warning
Browse files Browse the repository at this point in the history
Introduced in 48c918a
  • Loading branch information
langsharpe committed Dec 19, 2018
1 parent 25df5fd commit 32a2f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloudinary/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ def self.process_video_params(param)

def self.process_custom_pre_function(param)
value = process_custom_function(param)
value ? "pre:#{value}" : NIL
value ? "pre:#{value}" : nil
end

def self.process_custom_function(param)
Expand Down

0 comments on commit 32a2f67

Please sign in to comment.