module Hamster::Immutable::MemoizeMethods

def immutable!

def immutable!
  @__hamster_immutable_memory__ = Object.new
  freeze
end