Last Modified
2014-07-24 10:54:05 -0700
Requires

Description

@api public

This monkeypatch extends Ruby 1.8 {String#%} with an ability to replace named capture groups, i.e. `"foo: %{bar}" % { :bar => 10 } # => "foo: 10"`.