module Hamster::Immutable::InstanceMethods

def immutable!

def immutable!
  freeze
end