Skip to content

Instantly share code, notes, and snippets.

@tarcieri
Created October 29, 2010 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarcieri/653850 to your computer and use it in GitHub Desktop.
Save tarcieri/653850 to your computer and use it in GitHub Desktop.
Stylizing a module name with a bang!
>> module Medioh; def self.inspect; "Medioh!"; end; end
=> nil
>> def Medioh!; Medioh; end
=> nil
>> Medioh!
=> Medioh!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment