Skip to content

Instantly share code, notes, and snippets.

View rsl's full-sized avatar
🏳️‍🌈
still a bad fish and free bird

Russell Norris rsl

🏳️‍🌈
still a bad fish and free bird
View GitHub Profile
@rsl
rsl / gist:76227
Created March 9, 2009 12:21 — forked from radar/gist:76111
Please confirm the upgrade from
%strong= Plan[session[:old_plan_id]]
to
%strong= Plan[session[:new_plan_id]]
%br
%br
You are upgrading your
%strong Orchestrate
account located at
%string
require 'coffee'
require 'water'
require 'cup'
require 'carsten'
cup = Cup.new(:size => 'small')
cup.add(Coffee::Espresso.new(:shots => 3))
cup.add(Water::Ice.new(:cubes => 12))
cup.join