class Inspiration
Public Class Methods
inspire()
click to toggle source
# File lib/inspiration.rb, line 3 def self.inspire quotes_list.sample end
quotes_list()
click to toggle source
# File lib/inspiration.rb, line 7 def self.quotes_list [ "You're doing great!", "Keep it up!", "Have I told you how good you look today?", "This is amazing stuff.", "I love it!", "Just keep swimming.", "Thank you for working so hard!", "You are amazing. Seriously.", "You can and you will.", "Never never give up.", "You got this.", "Keep grinding.", "Amazing work!", "You're killing it.", "This is SO cool.", "GREAT. GREAT. GREAT", "Incredible!", "You're such a rock star.", "Nothing great is easy. Keep it up.", "AWESOME!", "I'm so proud of you!", "Do your best.", "Believe in yourself.", "If it was easy, everyone would do it.", "Shine bright like a diamond!", "Dangggggg.", "Love love love!", "You are crushing this.", "Amazing!", "Your dedication is inspiring!", "SO GOOD!", "Don't you date give up.", "Don't dream about success. Work for it." ] end