From 0b60a93641a5bfafb2b07f81a8e9c7da03ef3c86 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 5 Nov 2005 02:28:36 +0000 Subject: New helper module scheme, step 3 --- lib/coderay/scanners/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/ruby.rb') diff --git a/lib/coderay/scanners/ruby.rb b/lib/coderay/scanners/ruby.rb index bca0759..a4d042f 100644 --- a/lib/coderay/scanners/ruby.rb +++ b/lib/coderay/scanners/ruby.rb @@ -18,7 +18,7 @@ module CodeRay module Scanners register_for :ruby - require 'coderay/scanners/helpers/ruby_helper' + require 'coderay/scanners/ruby/helper' DEFAULT_OPTIONS = { :parse_regexps => true, -- cgit v1.2.1