Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created May 29, 2016 21:19
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 domgetter/6dff1e8d961be6d7b02adde0b43cd4d5 to your computer and use it in GitHub Desktop.
Save domgetter/6dff1e8d961be6d7b02adde0b43cd4d5 to your computer and use it in GitHub Desktop.
class SomeClass
def self.config(some_argument)
puts "I'm in the config method"
puts some_argument
end
config(:thing)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment