This post originated from an RSS feed registered with Ruby Buzz
by James Tucker.
Original Post: Hey GitHub, nice Rack...
Feed Title: ragged blog » Ruby
Feed URL: http://blog.ra66i.org/catagories/informatics/programming/ruby/feed/
Feed Description: blog of raggisms and random musings, by raggi™
(by category: ruby)
You like Rack eh?
Yeah ya do big lad!
You like Git?
You like GitHub?
Well then young man, checkout this Rack!
#!/usr/bin/env ruby
require 'rubygems'
require 'rack'
require 'json'
class App
GO_AWAY_COMMENT = "Be gone, foul creature of the internet."
THANK_YOU_COMMENT = "Thanks! You beautiful soul you."
PORT = 9001
def self.rude_comment
res = [...]