Skip to content

Instantly share code, notes, and snippets.

View agilous's full-sized avatar

Bill Barnett agilous

View GitHub Profile
########
# This file script wil show you how to install Ruby Enterprise Edition (REE) 1.8.7-2011-03 with
# rbenv, rails 3 and homebrew. Bundler is also used.
########
#setup the installer environment
brew install wget
wget -q http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz
tar xzf ruby-enterprise-1.8.7-2011.03.tar.gz
@agilous
agilous / urinal_etiquette.rb
Created February 21, 2012 23:19 — forked from st23am/urinal_etiquette.rb
Test Problem
class Ptest
def initialize(stalls)
@stalls = Array.new(stalls).map { |s| s = false }
end
def stalls
@stalls
end
def empty?