From 72a8989da58b16566558a373a4cf582cd36b3872 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 28 Jun 2006 23:05:18 +0000 Subject: Fix: HTML Scanner: Fixed a nasty bug with invalid entities. Thanks to Daniel Bovensiepen. Scanner: added Scanner.normify. Plugin: small documentation fix. Code statistic: added lib root folder rake_helpers/code_statistics.rb: added ability to include non-Ruby code in the statistics used it to count the mountain of test data There is some mixed space/tab indentation now. Complete 2-space-re-indentation will follow. --- lib/coderay/helpers/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/helpers/plugin.rb') diff --git a/lib/coderay/helpers/plugin.rb b/lib/coderay/helpers/plugin.rb index 938d1a8..3383828 100644 --- a/lib/coderay/helpers/plugin.rb +++ b/lib/coderay/helpers/plugin.rb @@ -224,7 +224,7 @@ protected plugin_hash.fetch validate_id(id), *args, &blk end - # Returns the path to the encoder for format. + # Returns the expected path to the plugin file for the given id. def path_to plugin_id File.join plugin_path, "#{plugin_id}.rb" end -- cgit v1.2.1