Skip to content

Instantly share code, notes, and snippets.

View ashleyw's full-sized avatar
🎯
Focusing

Ashley Williams ashleyw

🎯
Focusing
View GitHub Profile
require 'rubygems'
require 'slope_one'
user_data = {
"alice" => {
"squid" => 1,
"cuttlefish" => 0.5,
"octopus" => 0.2
},
@ashleyw
ashleyw / irb3.rb
Created September 20, 2011 14:25 — forked from peterc/irb3.rb
irb3 - Run an IRB-esque prompt over multiple Ruby implementations at once using rbenv
#!/usr/bin/env ruby
# encoding: utf-8
# irb3 - Runs an IRB-esque prompt (but it's NOT really IRB!) over multiple
# versions of Ruby at once (using rbenv)
#
# By Peter Cooper, BSD licensed
#
# 1. Type in expressions and press enter.
# 2. Leave space on the end of lines to enter more lines.
{
"id": 21441,
"description": "KENTUCKY FRIED CHICKEN, Fried Chicken, EXTRA CRISPY, Wing, meat and skin with breading",
"tags": ["KFC"],
"manufacturer": "Kentucky Fried Chicken",
"group": "Fast Foods",
"portions": [
{
"amount": 1,
"unit": "wing, with skin",