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?
···
--
Posted via http://www.ruby-forum.com/.
Bigmac Turdsplash 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)
···
--
Posted via http://www.ruby-forum.com/\.
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
···
On Sep 17, 8:26 am, Bigmac Turdsplash <i8ig...@aim.com> wrote:
Bigmac Turdsplash 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)
--
Luis Lavena
Bigmac Turdsplash 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...
···
--
Posted via http://www.ruby-forum.com/\.