Hi all
Hi guys i am new to ruby,i am searching for a ruby method which
gives the same output as given by Integer.toHexstring(int),but unable
to find any methods.
Is there is a ruby method or can i call this java method from a ruby
file and passing the parameter and get the output from this java
method.
Hi guys i am new to ruby,i am searching for a ruby method which
gives the same output as given by Integer.toHexstring(int),but unable
to find any methods.
Is there is a ruby method or can i call this java method from a ruby
file and passing the parameter and get the output from this java
method.
--
use.inject do |as, often| as.you_can - without end
Hi all
Hi guys i am new to ruby,i am searching for a ruby method which
gives the same output as given by Integer.toHexstring(int),but unable
to find any methods.
Is there is a ruby method or can i call this java method from a ruby
file and passing the parameter and get the output from this java
method.
Any help is greatly appreciated.
Thanks
if you don't like the ruby way , you could call that method directly
from jruby