We Recommend

Beginning VB.NET Beginning VB.NET
Visual Basic .NET is the latest version of the most widely used programming language in the world, popular with professional developers and complete beginners alike. This book will teach you Visual Basic .NET from first principles. You'll quickly and easily learn how to write Visual Basic .NET code and create attractive windows and forms for the users of your applications.


Posted By

vanne on 08/23/07


Tagged

Bash ruby


Versions (?)


Bash shortcut for finding a rubygem


Published in: Other 


  1. #Useful shortcut for find a gem
  2. find_gem () { gem list | grep "$1"; }
  3.  

Report this snippet 

You need to login to post a comment.