Class IceNine::RecursionGuard::Frozen
In: lib/ice_nine/support/recursion_guard.rb
Parent: self

Protects against infinite recursion by not yielding with frozen objects

Methods

guard  

Public Instance methods

Guard against recursively calling a block with the same frozen object

@param [Object] object

@return [Object]

[Validate]