Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/f_bomb/string.rb
Instance Method Summary collapse
Instance Method Details
#f_bomb ⇒ Object
2 3 4 |
# File 'lib/f_bomb/string.rb', line 2 def f_bomb self.prepend('F#CK ') end |