Skip to content

Instantly share code, notes, and snippets.

@nmanzi
Created June 14, 2010 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmanzi/437384 to your computer and use it in GitHub Desktop.
Save nmanzi/437384 to your computer and use it in GitHub Desktop.
class Config
@@attributes = [:theme, :lang, :line_numbers, :current_themes]
cattr_accessor @@attributes
self.line_numbers = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment