On Sat, Jun 4, 2011 at 4:27 PM, Uwe Kubosch <[email protected]> wrote:
> Ruboto has no command line for running the gem command.  What library call 
> does "gem env" result in?
>

There was no IRB for Ruboto? if so, then:

require "rubygems"
puts Gem::Platform.local

Should display the one that matches you environment.
Also, try:

puts RUBY_PLATFORM
puts RbConfig::CONFIG["host_os"]

-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to