Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/wordpress_deploy.rb
Instance Method Summary collapse
Instance Method Details
#find_and_replace!(find, replace) ⇒ Object
8 9 10 |
# File 'lib/wordpress_deploy.rb', line 8 def find_and_replace!(find, replace) RecursiveReplace.find_and_replace!(find, replace, self) end |