class UserHash

Public Instance Methods

get(k) click to toggle source
# File lib/blix/rest/cucumber/resource_steps.rb, line 6
def get(k)
  self[k.to_s]
end
set(k,v) click to toggle source
# File lib/blix/rest/cucumber/resource_steps.rb, line 2
def set(k,v)
  self[k.to_s] = v
end