Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pengwynn/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Nov 7, 2014
2 parents b61e12c + f168c33 commit fbeda77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/lsrb
Expand Up @@ -12,6 +12,6 @@ set -e
# run over files and grep out interesting bits
for f in "$@"
do echo "$f:"
grep -e '^[ ]*\(class\|module\|def\|alias\|alias_method\) ' "$f" |
sed 's/^/ /'
grep -e '^[ ]*\(class\|module\|def\|alias\|alias_method\|private\)\(\s\|$\)' "$f" |
sed 's/^/ /'
done

0 comments on commit fbeda77

Please sign in to comment.