RubyFlow The Ruby and Rails community linklog

"Named" gem - name your anonymous classes and modules

Normally, classes and modules get names only when they’re assigned to a constant. If you make your own, like with Class.new, they’re anonymous.

Adam Hunter’s new “Named” gem lets you give them names without assigning them to constants. Just use Named::Class.new('CustomClass') or Named::Module.new('MyModule').

Check it out on Rubygems and Github.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in