Skip to content

Instantly share code, notes, and snippets.

@mojombo
Created July 20, 2008 20:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mojombo/22 to your computer and use it in GitHub Desktop.
Save mojombo/22 to your computer and use it in GitHub Desktop.
Don't try this at home.
class Bar
def self.class_name
name.split(/::/)
end
end
loop { Bar.class_name }
#this blows
@pashri
Copy link

pashri commented Jan 6, 2021

Don't try this at home.

Don't tell me what to do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment