Sha256: 69a44c2f5092646974f5826228678733851bbacf839d5f75bee970823cac8ea3

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

module MiscHelper

  def help_slogan
    slogans =
      [
       "Help?  We don't NEED no steenkin' help!",
       "Help serves only to coddle the weak!",
       "Help is only for the weak and timid.",
       "You want HELP?  You can't handle the HELP!",
       "Move along now.  This is not the help that you are searching for.",
      ]
    slogans[rand(slogans.size)]
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bacuview-1.5 app/helpers/misc_helper.rb