Skip to content

Instantly share code, notes, and snippets.

@58bits
Created June 6, 2012 16:41
Show Gist options
  • Save 58bits/2883157 to your computer and use it in GitHub Desktop.
Save 58bits/2883157 to your computer and use it in GitHub Desktop.
class Document
@@default_font = :times
end
class Presentation < Document
@@default_font = :nimbus
end
class Resume < Document
@@default_font = :arial
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment