Class: String

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

Instance Method Summary collapse

Instance Method Details

#f_bombObject



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

def f_bomb
  self.prepend('F#CK ')
end