module Tcramer

Tcramer writes rake tasks!

Constants

FACE

rubocop:disable Metrics/LineLength

ISMS
VERSION

Public Class Methods

manage() click to toggle source

rubocop:enable Metrics/LineLength

# File lib/tcramer.rb, line 98
def self.manage
  selected_ism = ISMS.sample
  # 80% chance of returning string unzalgoized
  return selected_ism if Kernel.rand(5).positive?
  Zalgo.he_comes(selected_ism)
end
motivate() click to toggle source
# File lib/tcramer.rb, line 105
def self.motivate
  FACE
end