Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/big_apple.rb
Instance Method Summary collapse
Instance Method Details
#as_new_yorker ⇒ Object
3 4 5 |
# File 'lib/big_apple.rb', line 3 def as_new_yorker self.split(' ').join(' fuck ') end |