Module: SetAttributes::Controls::Hash::MissingAttribute

Defined in:
lib/set_attributes/controls/hash.rb

Class Method Summary collapse

Class Method Details

.exampleObject



13
14
15
16
17
# File 'lib/set_attributes/controls/hash.rb', line 13

def self.example
  example = Hash.example
  example.delete(:yet_another_attribute)
  example
end