module SetAttributes::Controls::Hash::MissingAttribute
Public Class Methods
example()
click to toggle source
# File lib/set_attributes/controls/hash.rb, line 13 def self.example example = Hash.example example.delete(:yet_another_attribute) example end