RubyGems Navigation menu

hedbergism 1.0.3

## Hedbergism This is just a REALLY simple RubyGem that will return a random Mitch Hedberg quote. I decided to do this after taking a course on Ruby - I thought I could force it into being a little more complicated to test some of what I learned.... but this is about as simple as it gets. From a pure OO standpoint, there probably are some issues with this implementation, regardless of how simple it is. The Quote object probably shouldn't handle printing to the screen. But that's how I did it... maybe I'll enhance it that. Maybe make a Printable mix-in that handle outputting in different format? ## Usage hedbergism [options] where [options] are: --file, -f: Alternate file to get quotes from. File must be "~~" delimited --version, -v: Print version and exit --help, -h: Show this message ## Examples With no parameters: > hedbergism ################################################################################ # # # A burrito is a sleeping bag for ground beef. # # # ################################################################################ With parameter passing a custom file: > hedbergism -f /Users/dmbrooking/Dev/hedbergism/bin/quotes.csv ################################################################################ # # # I was walking down the street the other day when this guy asked if I # # wanted a frozen banana...I said 'no' but then thought I might want a # # regular banana later, so...yeah. # # # ################################################################################

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.4 - May 24, 2012 (28.5 KB)
  2. 1.0.3 - May 24, 2012 (29 KB)
  3. 1.0.2 - May 23, 2012 (19 KB)
  4. 1.0.1 - May 23, 2012 (18 KB)
  5. 1.0.0 - May 23, 2012 (18 KB)

Development Dependencies (1):

rspec >= 0

Owners:

Authors:

  • Dan Brooking

SHA 256 checksum:

90108f170eba5058ece864bbdab75e8456eb94c9ccaf0500060db3a783ce24eb

Total downloads 16,867

For this version 3,203

Licenses:

N/A

Required Ruby Version: >= 1.9

Links: