mcfearsome (owner)

Revisions

gist: 113641 Download_button fork
public
Public Clone URL: git://gist.github.com/113641.git
Embed All Files: show embed
snippet.sh #
1
2
3
4
5
function mategem {
  GEMDIR=`gem env gemdir`/gems
  mate $GEMDIR/`ls $GEMDIR | grep $1 | sort | tail -1`
}