On Dec 11, 2014 6:16 PM, <naruse@airemix.jp> wrote: > > Issue #10553 has been updated by Yui NARUSE. > > > Koichi Sasada wrote: > > Give me approval for [Feature #10590] > ok >
This would make erb more useful from the command line. Granted the use of Binding#eval is dangerous so one has to be careful. Newer versions of Ruby have Binding#local_variable_set which can be used instead but this works with Ruby 2.0.0...josb (Jos Backus)
=begin ext/win32ole/extconf.rb writes a .document file into $srcdir, which violates the premise of a read-only source tree. Possible workarounds: * check in a static .document file containing win32ole.c, and remove the code in extcon...josb (Jos Backus)