Method: Attributor::Hash#_get_attr

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

#_get_attr(k) ⇒ Object



547
548
549
# File 'lib/attributor/types/hash.rb', line 547

def _get_attr(k)
  self[k]
end