Skip to content

Instantly share code, notes, and snippets.

@skatenerd
Created June 23, 2014 19:37
Show Gist options
  • Save skatenerd/d903f3389fe1d05ff492 to your computer and use it in GitHub Desktop.
Save skatenerd/d903f3389fe1d05ff492 to your computer and use it in GitHub Desktop.
class Foo
def self.wat
22
end
end
Foo.new.class.wat #22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment