T
tjnogueira
[Note: parts of this message were removed to make it a legal post.]
RProperties is a ruby implementation of java properties api.
----------------------------------------------------------------------------------------------------------------------------------
Added:
* The index/values are now added to instance_eval too, making possible to
use rproperties like:
require 'r_properties'
a = RProperties.new('my.properties');
puts "My site name is " + a.site_name
Suggested by :Â Dominik Honnef
RProperties is a ruby implementation of java properties api.
----------------------------------------------------------------------------------------------------------------------------------
Added:
* The index/values are now added to instance_eval too, making possible to
use rproperties like:
require 'r_properties'
a = RProperties.new('my.properties');
puts "My site name is " + a.site_name
Suggested by :Â Dominik Honnef