module Insulter

Constants

VERSION

Public Instance Methods

say_something_nicer() click to toggle source
# 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_things() click to toggle source
# 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