Class: UserHash
Instance Method Summary collapse
Methods inherited from Hash
Instance Method Details
#get(k) ⇒ Object
6 7 8 |
# File 'lib/blix/rest/cucumber/resource_steps.rb', line 6 def get(k) self[k.to_s] end |
#set(k, v) ⇒ Object
2 3 4 |
# File 'lib/blix/rest/cucumber/resource_steps.rb', line 2 def set(k,v) self[k.to_s] = v end |