Module: SetAttributes::Controls::Hash::MissingAttribute
- Defined in:
- lib/set_attributes/controls/hash.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
9 10 11 12 13 |
# File 'lib/set_attributes/controls/hash.rb', line 9 def self.example example = Hash.example example.delete(:yet_another_attribute) example end |