not woking in Linux

J

Jeffrey Bowen

require 'csv'
lane_data =
CSV.read('/usr/prod/lanedata/testinfofile')
lane1 = lane.find_all { |lane| lane[0] =~ /"lane 1"/ }
printf "%2s %2s \n", laura[0][0], laura[0][1]

The above code works in SciTE. But in Linux I get
"csv_test.rb:2: undefined method `read' for CSV:Class
(NoMethodError)"

Could it be different version leaves and if so how do
I get the versions? I tried "gem list" but the
command is not found.

Jeff



____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
http://mobile.yahoo.com/go?refer=1GNXIC
 
T

Travis D Warlick Jr

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jeffrey said:
require 'csv'
lane_data =
CSV.read('/usr/prod/lanedata/testinfofile')
lane1 = lane.find_all { |lane| lane[0] =~ /"lane 1"/ }
printf "%2s %2s \n", laura[0][0], laura[0][1]

The above code works in SciTE. But in Linux I get
"csv_test.rb:2: undefined method `read' for CSV:Class
(NoMethodError)"

Could it be different version leaves and if so how do
I get the versions? I tried "gem list" but the
command is not found.

CSV is in the Ruby standard library, so I recommend getting the latest version.
I checked it on my Gentoo box, it works fine there.

- --
Travis Warlick

"Programming in Java is like dealing with your mom --
it's kind, forgiving, and gently chastising.
Programming in C++ is like dealing with a disgruntled
girlfriend -- it's cold, unforgiving, and doesn't tell
you what you've done wrong."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGo/ohWvapaOIz2YYRAmiTAJ97Iiz8XRGyF5aPFQz89FHGxt3i5ACggPXc
KJvyIjyR5whqw4hunsDuNfw=
=fQLn
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,312
Members
47,987
Latest member
Gaurav

Latest Threads

Top