ruby1_8.rb

Path: lib/parser/compatibility/ruby1_8.rb
Last Update: Tue Dec 05 20:44:22 +0000 2017

@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"`.

[Validate]