Method: PryExceptionExplorer.local_hash

Defined in:
lib/pry-exception_explorer.rb

.local_hashHash

Returns A local hash.

Returns:

  • (Hash)

    A local hash.



53
54
55
# File 'lib/pry-exception_explorer.rb', line 53

def local_hash
  @hash ||= {}
end