Module: ToughLove

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

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.inspireObject



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

def self.inspire
  quotes_list.sample
end

.quotes_listObject



8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'lib/tough_love.rb', line 8

def self.quotes_list
  [ "Is that the best you can do?",
    "Keep it up! If you can...",
    "Have I told you how good you look today? Because you don't.",
    "You can't and you won't.",
    "Do your best. It still won't be enough.",
    "Believe in yourself. Someone should.",
    "If it was easy, everyone would do it. So they do.",
    "Shine bright like a diamond! Right now you're still coal.",
    "Dangggggg. You suck.",
    "You can do better.",
    "This is SO not cool.",
    "You are amazing. But, seriously, try harder."]
end