Skip to content

Instantly share code, notes, and snippets.

@eliavlavi
Last active November 18, 2017 16:27
Show Gist options
  • Save eliavlavi/c7e933962da319584410f14ddffeb149 to your computer and use it in GitHub Desktop.
Save eliavlavi/c7e933962da319584410f14ddffeb149 to your computer and use it in GitHub Desktop.
Example class for class vs. instance methods
class Example
def self.a_class_method; end
def an_instance_method; end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment