Module: Insulter

Defined in:
lib/insulter.rb,
lib/insulter/version.rb

Constant Summary collapse

VERSION =
"0.1.0"

Instance Method Summary collapse

Instance Method Details

#say_something_nicerObject



9
10
11
# File 'lib/insulter.rb', line 9

def say_something_nicer
  ["Haaha, you thought i was done insulting you!!!", "Nope.", "Tricked, fool!", "N00b."].sample
end

#shout_mean_thingsObject



4
5
6
7
# File 'lib/insulter.rb', line 4

def shout_mean_things
  ["You suck!!", "Nope, that will never work.", "ACTUALLY...", "You're a moron!",
    "Your code is not properly indented."].sample
end