Set the value of a local variable.
binding["a"] = 4 a #=> 4
@deprecated No longer wortks in Ruby 1.9+.
@see Binding#with for an alternative.
Returns the nature of something within the context of the binding. Returns nil if that thing is not defined.