Skip to content

Instantly share code, notes, and snippets.

@mostlyobvious
Created January 30, 2011 11:50
Show Gist options
  • Save mostlyobvious/802809 to your computer and use it in GitHub Desktop.
Save mostlyobvious/802809 to your computer and use it in GitHub Desktop.
module ABC
extend self
def abc
"abc"
end
end
puts ABC.abc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment