Skip to content

Instantly share code, notes, and snippets.

@oki
Created January 8, 2009 12:35
Show Gist options
  • Select an option

  • Save oki/44709 to your computer and use it in GitHub Desktop.

Select an option

Save oki/44709 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/ruby
class Dupa
class << self
def puf
[]
end
end
end
x = Dupa.puf
puts x.class.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment