Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/zify/string.rb
Instance Method Summary collapse
Instance Method Details
#zify ⇒ Object
2 3 4 |
# File 'lib/zify/string.rb', line 2 def zify self.gsub('s', 'z') end |