We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a076a0f commit edb875eCopy full SHA for edb875e
outline.sh
@@ -1,2 +1,4 @@
1
-egrep ' *((def)|(class)|(module)|(attr_[a-z]*))\>' lib/vpim/**/*.rb | perl -ne'm/lib\/vpim\/(.*\.rb):(.*)/; print sprintf("%-25s %s\n", $1, $2);'
+#!/bin/zsh
2
+
3
+egrep '^ *((def)|(class)|(module)|(include)|(attr_[a-z]*))\>' lib/vpim/**/*.rb | perl -ne'm/lib\/vpim\/(.*\.rb):(.*)/; print sprintf("%-25s %s\n", $1, $2);' | grep -v plist
4
0 commit comments