Created
June 28, 2011 13:47
-
-
Save ruprict/1051162 to your computer and use it in GitHub Desktop.
Print out Refinery plugins with path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refinery::Plugins.registered.each{|p| puts "#{p.name} - #{p.pathname}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment