class PurpleHash::HashFrozen
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/purple_hash.rb, line 3 def initialize super('this PurpleHash is frozen') end