rtomayko / rocco

Rocco is Docco in Ruby
MIT License
404 stars 80 forks source link

Instead of a slow iteration, just using the which binary #83

Open krainboltgreene opened 12 years ago

krainboltgreene commented 12 years ago

Switched out a call that iterated over all binaries to a simple call to the system which binary.

This might not work on some operating systems.