On Monday 08 September 2003 07:25 pm, nobu.nokada / softhome.net wrote: > > (1) Can the interpolation take place in such literals? > > (2) When should the string be processed, while parsing, after > parse, or runtime? > > (3) If it will be in runtime, is it only once, or each time? > nobu, couldn't all of these options be available to the user? possible defaults: (1) yes. (2) runtime. in rb_eval. provides for the user proc and the literal contained in the same file. this works? (3) once. > BTW, your patch fails with #{}. See > <http://nokada.jin.gr.jp/ruby/yaml-literal.diff>. ah, much better. beautiful. _why