Actions
Feature #259
closedString crypt method's salt argument should be optional
Feature #259:
String crypt method's salt argument should be optional
Description
=begin
The salt argument to String.crypt should be optional. If it is not specified, a random salt should be generated and used.
=end
Actions