# File lib/plugins/source.rb, line 10 def source(pluginname) File.read( let( Pathname(__dir__) + "#{pluginname}.rb") {|a| File.exist?(a) ? a : Pathname(__dir__) + "defaults/#{pluginname}.rb" }) end