Advertisement
overtone

ruby status thing

Mar 19th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.17 KB | None | 0 0
  1.   unless everydayObject.nil?
  2.     returnedValue = everydayObject.value
  3.     status 200
  4.     return returnedValue
  5.   else
  6.     status 404
  7.     return 'Key Not Found!'
  8.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement