Skip to content

Instantly share code, notes, and snippets.

@calebcauthon
Created January 7, 2014 19:05
Show Gist options
  • Save calebcauthon/8304817 to your computer and use it in GitHub Desktop.
Save calebcauthon/8304817 to your computer and use it in GitHub Desktop.
String include?
module StringStuff
def fly_the_spaceship
end
end
String.include StringStuff
@darrencauthon
Copy link

Stay out of the base types PLEASE

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