Skip to content

Instantly share code, notes, and snippets.

@zapnap
Created August 5, 2008 00:31
Show Gist options
  • Save zapnap/4003 to your computer and use it in GitHub Desktop.
Save zapnap/4003 to your computer and use it in GitHub Desktop.
module Foo
module Bar
def self.test
puts "hallo"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment