lib/codex_vitae.rb in codex_vitae-0.5.0 vs lib/codex_vitae.rb in codex_vitae-0.6.0
- old
+ new
@@ -35,7 +35,7 @@
":" => "o",
"$" => "s",
"\'" => "j",
}
encryption = codex.to_s.downcase.gsub(/\S/, transformer).gsub(/\s/, "4")
- puts encryption.upcase.chars.join(" ")
+ return encryption.upcase.chars.join(" ")
end