Sha256: c41b0ff6f9b2bc20b239d2b9cf25d1b0b52a1142765c05ae2f95aac2efdaa3c9
Contents?: true
Size: 78 Bytes
Versions: 1
Compression:
Stored size: 78 Bytes
Contents
module Chest def sanitize_name(name) name.gsub(/[\s\/]/, '-') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chest-2.0.0 | lib/chest/helper.rb |