class Properties

Extending Ruby Hash clash in order to testing PropertiesTools and others classes with Properties java clash involved

Public Class Methods

new() click to toggle source
# File lib/src-generic/extended/Properties.rb, line 6
def initialize
        # p instance_eval
end

Public Instance Methods

put(key, value) click to toggle source
# File lib/src-generic/extended/Properties.rb, line 9
def put(key, value)
        self[key]=value
end