class String
Public Instance Methods
as_new_yorker()
click to toggle source
# File lib/big_apple.rb, line 3 def as_new_yorker self.split(' ').join(' fuck ') end
# File lib/big_apple.rb, line 3 def as_new_yorker self.split(' ').join(' fuck ') end