From: Nobuyoshi Nakada <nobu@...>
Date: 2013-08-10T19:25:53+09:00
Subject: [ruby-core:56510] Re: [CommonRuby - Feature #8643] Add	Binding.from_hash

(13/08/09 23:34), SASADA Koichi wrote:
> What is conversion from Hash to Binding?
> I think it is Binding has a local variables which specified pairs in Hash.
> 
>   hash = {a: 1, b: 2}
>   b = Binding.to_hash(hash)

Binding.from_hash ?