Skip to content

Instantly share code, notes, and snippets.

@tomekr
Created February 13, 2012 05:19
Show Gist options
  • Save tomekr/1813897 to your computer and use it in GitHub Desktop.
Save tomekr/1813897 to your computer and use it in GitHub Desktop.
# it "converts message to upcased, alpha, 5 character groups with pads" do
# pad_message = "Code in Ruby, live long!"
# conversion = encrypter.convert_to_padded_alpha(pad_message)
# conversion.should == "CODEI NRUBY LIVEL ONGXX"
# end
def convert_to_padded_alpha(message)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment