Skip to content

Instantly share code, notes, and snippets.

@JonasNielsen
Created January 19, 2012 22:19
Show Gist options
  • Save JonasNielsen/1643246 to your computer and use it in GitHub Desktop.
Save JonasNielsen/1643246 to your computer and use it in GitHub Desktop.
module SnifferInterface
def self.included(base)
base.extend(ClassMethods)
end
module ClassMethods
def this_is_a_class_method
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment