Sha256: 4d38bbdfa310c05f8900c55d3d1afebaced22de9c7fa5e76e28ff1a068b59280
Contents?: true
Size: 165 Bytes
Versions: 8
Compression:
Stored size: 165 Bytes
Contents
class String # REVISIT: what chars shall we allow in task names? def to_task_name s = downcase s.gsub!(/-/, '_') # all - to _ chars s end end
Version data entries
8 entries across 8 versions & 3 rubygems