class Mutability::MutableHash
Public Class Methods
new(hash = {})
click to toggle source
Calls superclass method
Mutability::Mutable::new
# File lib/mutability/mutable_hash.rb, line 5 def initialize(hash = {}) super hash end