See the title.
With 1.8
ruby -rubygems -rgem_name fails
With 1.9 it doesn’t, but only because of gem prelude.
Is this a bug? It smells like one.
-r
See the title.
With 1.8
ruby -rubygems -rgem_name fails
With 1.9 it doesn’t, but only because of gem prelude.
Is this a bug? It smells like one.
-r
On Dec 2, 7:38 pm, Roger P. [email protected] wrote:
See the title.
With 1.8ruby -rubygems -rgem_name fails
With 1.9 it doesn’t, but only because of gem prelude.
Is this a bug? It smells like one.
ruby -r is not using the redefined version of require once rubygems is
loaded.
That has been defined as 1.8 behavior and don’t see it changing in the
future.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs