Method: Attributor::Hash#key?

Defined in:
lib/attributor/types/hash.rb

#key?(k) ⇒ Boolean Also known as: has_key?



577
578
579
# File 'lib/attributor/types/hash.rb', line 577

def key?(k)
  @contents.key?(k)
end