class Twilio::Values

Public Class Methods

of(hash) click to toggle source
  # File lib/twilio-ruby/framework/values.rb
5 def self.of(hash)
6   hash.delete_if { |_, v| v.eql?(:unset) }
7 end