# # # # # # # # #
# /36/binding_inspect_example.irb
#
# by               Jan Lelis
# e-mail:          mail@janlelis.de
# type/version:    ruby 
# snippet url:     http://rbJL.net/36/binding_inspect_example.irb
# original post:   http://rbJL.net/36-little-heplers-for-ruby-print-debugging
# license:         CC-BY (DE)
#
# (c) 2010 Jan Lelis.

# irb example
>> require 'zucker/debug'
=> true
>> a=3
=> 3
>> binding
=> #<Binding:0x94c4b50>
local vars
 - a: 3
 - _: #<Binding:0x94c4b50>
(instance vars)
 - none
self
 - main
block_given?
 - false