Gem instal package

This never works for me, the disered package is installed but when i
attempt to use it

ruby install ocra
ruby ocra.rb test.rb
‘ruby: No such file or directory – ocra.rb (LoadError)’

whats the secret?

Bigmac T. wrote:

This never works for me, the disered package is installed but when i
attempt to use it

ruby install ocra
ruby ocra.rb test.rb
‘ruby: No such file or directory – ocra.rb (LoadError)’

whats the secret?

gadamn miss type…

gem install ocra
ruby ocra.rb test.rb
ruby: No such file or directory – ocra.rb (LoadError)

gem install ocra
ruby ocra.rb test.rb
ruby: No such file or directory – ocra.rb (LoadError)

gem update

Bigmac T. wrote:

gem install ocra
ruby ocra.rb test.rb
ruby: No such file or directory – ocra.rb (LoadError)

gem update

that was a waist of time… i have all these gems that are useless…

On Sep 17, 8:26 am, Bigmac T. [email protected] wrote:

gadamn miss type…

gem install ocra
ruby ocra.rb test.rb
ruby: No such file or directory – ocra.rb (LoadError)

you should do:

ocra test.rb

Not ruby ocra.rb

Or if you prepend “ruby” you should do it this way:

ruby -S ocra test.rb