Skip to content

Instantly share code, notes, and snippets.

@filipebarcos
Created April 4, 2014 23: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 filipebarcos/9984934 to your computer and use it in GitHub Desktop.
Save filipebarcos/9984934 to your computer and use it in GitHub Desktop.
first piece of code with my new das keyboard
module ClassMethods
def self.method2
end
end
module InstanceMethods
def method1
end
end
class YadaYada
include InstanceMethods
extend ClassMethods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment