Skip to content

Instantly share code, notes, and snippets.

@lune-sta
Created February 3, 2015 23:53
Show Gist options
  • Save lune-sta/873b3cf82901ab0aad10 to your computer and use it in GitHub Desktop.
Save lune-sta/873b3cf82901ab0aad10 to your computer and use it in GitHub Desktop.
p = Place.new(i) do |i|
case i
when 0
...
when 1
...
else
the_world
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment