granth green sumo

Magnetic Fields at the Queen E was a very Monday night show.

music is your best dollar value brr gesundheit San Bruno station BART change

Thorcat 21 January 2009

ruby, thor, github, gist, sake

Spit out the code, Sake style.

$ thor cat:task gem:mate
require "rubygems"
require "rubygems/doc_manager"

class Gem < Thor
  desc "mate GEM", "open GEM folder in TextMate"
  def mate(gem)
    system("mate '#{gemdir(gem)}'")
  end
end

Install thorcat with thor install http://gist.github.com/50043.txt

previously: Gmail SMTP for Rails