Issue #260 has been reported by Richard Laager. ---------------------------------------- Feature #260: String should have a crypt! method http://redmine.ruby-lang.org/issues/show/260 Author: Richard Laager Status: Open Priority: Normal Assigned to: Category: Target version: 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. ---------------------------------------- http://redmine.ruby-lang.org