class BluepanClient::GuardNull
Public Class Methods
call(value)
click to toggle source
# File lib/bluepan_client/services/guard_null.rb, line 4 def self.call(value) value == "null" ? nil : value end
# File lib/bluepan_client/services/guard_null.rb, line 4 def self.call(value) value == "null" ? nil : value end