Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/zify/string.rb

Instance Method Summary collapse

Instance Method Details

#zifyObject



2
3
4
# File 'lib/zify/string.rb', line 2

def zify
	self.gsub('s', 'z')
end