Sha256: 59a50210d5655e055c4e6e691216e946e802851b638934fed72905163c82537d
Contents?: true
Size: 174 Bytes
Versions: 81
Compression:
Stored size: 174 Bytes
Contents
class String #:nodoc: # 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
81 entries across 81 versions & 13 rubygems