"made in Japan"
John Mettraux at openwfe.org
Performs ‘dollar substitution’ on a piece of text with a given dictionary.
require 'rubygems' require 'rufus/dollar' h = { "name" => "Fred Brooke", "title" => "Silver Bullet" } puts Rufus::dsub "${name} wrote '${title}'", h # => "Fred Brooke wrote 'Silver Bullet'"
[Validate]