Sha256: cec7cfc39f44c7e2f87b3eb19967b773bbfc02ba5974ed68d22c06ffc9343c87
Contents?: true
Size: 188 Bytes
Versions: 11
Compression:
Stored size: 188 Bytes
Contents
#!/bin/bash # cloc $(find lib/ -name *rb) | grep -E 'Language|Ruby' | sed 's-Language- -' cloc --by-file --docstring-as-code --quiet --hide-rate $(find lib/ -name *rb) printf "\n"
Version data entries
11 entries across 11 versions & 1 rubygems