Module: Rufus
- Defined in:
- lib/rufus/dollar.rb
Defined Under Namespace
Modules: Dollar
Class Method Summary collapse
-
.dsub(text, dict) ⇒ Object
Performs ‘dollar substitution’ on a piece of text with a given dictionary.
Class Method Details
.dsub(text, dict) ⇒ Object
Performs ‘dollar substitution’ on a piece of text with a given dictionary.
Please use Rufus::Dollar.dsub instead, this Rufus.dsub is kept for backward compatibility.
32 33 34 35 |
# File 'lib/rufus/dollar.rb', line 32 def self.dsub(text, dict) Rufus::Dollar.dsub(text, dict) end |