Project

General

Profile

This project is closed and read-only.

Actions

Feature #260

closed

String should have a crypt! method

Feature #260: String should have a crypt! method

Added by rlaager (Richard Laager) about 18 years ago. Updated over 15 years ago.

Status:
Rejected
Target version:
-
[ruby-core:17747]

Description

=begin
For consistency, String should probably have a crypt! method that looks like this:
def crypt!(salt=nil)
replace(crypt(salt))
end

Note: This has salt=nil, from the suggestion in #259.
=end

Actions

Also available in: PDF Atom