module Roma::Storage::RH_Ext

Public Instance Methods

get(k) click to toggle source
  # File lib/roma/storage/rh_storage.rb
8 def get(k); self[k]; end
out(k) click to toggle source
  # File lib/roma/storage/rh_storage.rb
9 def out(k); delete(k); end
put(k,v) click to toggle source
  # File lib/roma/storage/rh_storage.rb
7 def put(k,v); self[k] = v; end
rnum() click to toggle source
   # File lib/roma/storage/rh_storage.rb
10 def rnum; length; end
sync() click to toggle source
   # File lib/roma/storage/rh_storage.rb
11 def sync; true; end