Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created August 18, 2013 00:24
Show Gist options
  • Save jdewind/6259319 to your computer and use it in GitHub Desktop.
Save jdewind/6259319 to your computer and use it in GitHub Desktop.
class Car
include Objection::Compose
compose_with :engine, :brakes
awoken do
App::alert("Awake!")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment