Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created January 29, 2010 16:02
Show Gist options
  • Save jdewind/289839 to your computer and use it in GitHub Desktop.
Save jdewind/289839 to your computer and use it in GitHub Desktop.
class Car
include RequireOptions
def go(opts)
gear, speed = require_options(opts, :speed, :gear)
# ...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment