Sha256: 2c161a9c28f9ce13688d2151f5f311fab2ddd08cc8a1c921ccec16e5e41afee5

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

require "maxims/version"

module Maxims
  # Your code goes here...
  def self.tired
    word = ["Think rich, look poor.","When you come to a roadblock, take a detour.","A problem is your chance to do your best.","One of these days is none of these days.","Believe and act as if it were impossible to fail.", "I walk slowly, but I never walk backward.", "There is more to life than increasing its speed.","If you can dream it, you can do it.","Growth is often a painful process.","Do one thing everyday that scares you."," Conquer yourself rather than the world.","It always seems impossible until it’s done.","Always bear in mind that your own resolution to succeed is more important than any one thing."," In the middle of difficulty lies opportunity.", "Imagination means nothing without doing.", "Patience is also a form of action.", "Doubt is the origin of wisdom.", "Saying is one thing and doing is another.", "Quality means doing it right when no one is looking.", "Your time is limited, so don’t waste it living someone else’s life.","Stay hungry. Stay foolish.", " The only way to do great work is to love what you do. If you haven’t found it yet, keep looking. Don’t settle.", " Success is not the key to happiness. Happiness is the key to success. If you love what you are doing, you will be successful."]
     return word.sample
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
maxims-0.1.1 lib/maxims.rb