Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created October 2, 2008 15:01
Show Gist options
  • Save ELLIOTTCABLE/14368 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/14368 to your computer and use it in GitHub Desktop.
if abc
class Gaz < Foo; end
else
class Gaz < Bar; end
end
class Gaz
# whatever
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment