I'm writing a little Ruby Sinatra app that replaces string fragments with a regex in a Mad Libs type of way. I'm loading in a JSON object to get the strings, and I'm getting random values using the "sample" method. This doesn't solve the problem of only using values one time. Can anyone help?I'm writing a little Ruby Sinatra app that repl