From: Richard Laager Date: 2008-07-12T04:07:27+09:00 Subject: [ruby-core:17747] [Ruby 1.8 - Feature #260] (Open) String should have a crypt! method 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