Module Pry::FrozenObjectException
In: lib/pry/exceptions.rb

When we try to get a binding for an object, we try to define a method on that Object‘s singleton class. This doesn‘t work for "frozen" Object‘s, and the exception is just a vanilla RuntimeError.

Methods

===  

Public Class methods

[Validate]