Skip to content

Instantly share code, notes, and snippets.

@aladac
Created December 5, 2018 11:14
Show Gist options
  • Save aladac/d08507d189aca0dba24426c1646afd94 to your computer and use it in GitHub Desktop.
Save aladac/d08507d189aca0dba24426c1646afd94 to your computer and use it in GitHub Desktop.
Ruby Singleton
module Sample
class << self
def foobar
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment