Class: String

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

Instance Method Summary collapse

Instance Method Details

#as_new_yorkerObject



3
4
5
# File 'lib/big_apple.rb', line 3

def as_new_yorker
  self.split(' ').join(' fuck ')
end