Skip to content

Instantly share code, notes, and snippets.

@mojombo
Created July 20, 2008 20:22
Show Gist options
  • Select an option

  • Save mojombo/22 to your computer and use it in GitHub Desktop.

Select an option

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

pashri commented Jan 6, 2021

Copy link
Copy Markdown

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