Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/punctuation_marks_gem.rb
Instance Method Summary collapse
Instance Method Details
#aho ⇒ Object
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 |