Sha256: 194f851564eedfae678ced28c87db1365c0f1788dd4efc5af8c1c13526d0bf4d

Contents?: true

Size: 152 Bytes

Versions: 3

Compression:

Stored size: 152 Bytes

Contents

require 'facet/string/unix_crypt'
class String
  # Common Unix cryptography in-place method.
  def unix_crypt!
    self.replace( unix_crypt )
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
facets-0.7.0 lib/facet/string/unix_crypt%21.rb
facets-0.7.1 lib/facet/string/unix_crypt%21.rb
facets-0.7.2 lib/facet/string/unix_crypt%21.rb