example :
install rubygem RMagick
start irb
run following commands in irb
require 'rubygems'
true
require 'RMagick'
true
True means installed both
to see installed gems with version
command is gem list
install rubygem RMagick
start irb
run following commands in irb
require 'rubygems'
true
require 'RMagick'
true
True means installed both
to see installed gems with version
command is gem list
No comments:
Post a Comment