Class: String

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

Instance Method Summary collapse

Instance Method Details

#ahoObject



9
10
11
12
13
# File 'lib/punctuation_marks_gem.rb', line 9

def aho
  text_array = ["アホ", "ボケ"]
  self.gsub!(//, text_array[rand(2)] + "\n")
  self.gsub!(//, text_array[rand(2)] + "\n")
end