Adds support for a limited goto to Ruby.
Add this line to your application's Gemfile:
gem 'considered_harmful'
And then execute:
$ bundle
Or install it yourself as:
$ gem install considered_harmful
#!/usr/bin/env ruby
require 'considered_harmful'
__label__(:orly)
puts "There's a goto in mah ruby."
__goto__(:orly)
Patches welcome.