Skip to content

Instantly share code, notes, and snippets.

@seankibler
Created April 29, 2014 20:17
Show Gist options
  • Save seankibler/96dd9cbecdbe0bd38328 to your computer and use it in GitHub Desktop.
Save seankibler/96dd9cbecdbe0bd38328 to your computer and use it in GitHub Desktop.
def stat_values(values)
vs = values.map { |v| "['#{h v[0]}', #{v[1]}]" }
"[#{vs.join(',')}]"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment