gem command . What does that mean.

Posted by dorelal on Stack Overflow See other posts from Stack Overflow or by dorelal
Published on 2010-05-25T06:08:18Z Indexed on 2010/05/25 6:11 UTC
Read the original article Hit count: 137

Filed under:

Sometimes I have seen following code.

gem 'factory_girl','= 1.2.3'
require 'factory_girl'

I tried to look at gem doc but could not find answer to the question of what does the first line do in code above?

© Stack Overflow or respective owner

Related posts about ruby