Skip to content

Instantly share code, notes, and snippets.

@Schwad
Created July 30, 2017 11:30
Show Gist options
  • Save Schwad/7719835621996afedfc005b82a38f631 to your computer and use it in GitHub Desktop.
Save Schwad/7719835621996afedfc005b82a38f631 to your computer and use it in GitHub Desktop.
Nostalgic Case extension for String class in ruby.
class String
def nostalgic_case
upcase.chars.join(" ")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment