Sha256: e80d5f472064373af1db54235119c78b6c8d0a4afcbc8bca4a9c30b65343e387
Contents?: true
Size: 247 Bytes
Versions: 1
Compression:
Stored size: 247 Bytes
Contents
# Extending Ruby Hash clash # in order to testing PropertiesTools # and others classes with Properties java clash involved class Properties < Hash def initialize # p instance_eval end def put(key, value) self[key]=value end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wirispluginengine-3.62.0.1322 | lib/src-generic/extended/Properties.rb |