module Hamster::Immutable::InstanceMethods

def immutable?

def immutable?
  frozen?
end