Class: String

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

Instance Method Summary collapse

Instance Method Details

#nathanizeObject



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

def nathanize
  self.replace "Nathan!"
end