Skip to content

Instantly share code, notes, and snippets.

@madelinecr
Created September 3, 2011 07:28
Show Gist options
  • Save madelinecr/1190790 to your computer and use it in GitHub Desktop.
Save madelinecr/1190790 to your computer and use it in GitHub Desktop.
class Settings
@conf_file = "My_Settings_String"
class << self
attr_accessor :conf_file
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment