Skip to content

Instantly share code, notes, and snippets.

ruby-1.8.7-p302 :015 > module V1
ruby-1.8.7-p302 :016?> class Controller
ruby-1.8.7-p302 :017?> def something
ruby-1.8.7-p302 :018?> "something"
ruby-1.8.7-p302 :019?> end
ruby-1.8.7-p302 :020?> end
ruby-1.8.7-p302 :021?> end
=> nil
ruby-1.8.7-p302 :022 > module V2
ruby-1.8.7-p302 :023?> include V1
export PATH=$HOME/.gems/bin:$HOME/opt/bin:$PATH
export GEM_HOME=$HOME/.gems
export GEM_PATH="$GEM_HOME"
export RUBYLIB="$HOME/opt/lib:$RUBYLIB"
alias gem="nice -n19 ~/opt/bin/gem"