summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/ruby.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-05 02:28:36 +0000
committermurphy <murphy@rubychan.de>2005-11-05 02:28:36 +0000
commit0b60a93641a5bfafb2b07f81a8e9c7da03ef3c86 (patch)
tree2ec0db388cc2f54f0e43e93a41471cd20e70940c /lib/coderay/scanners/ruby.rb
parent5ffcc03ee3df300cef8c717f3c3b7d54643d82ce (diff)
downloadcoderay-0b60a93641a5bfafb2b07f81a8e9c7da03ef3c86.tar.gz
New helper module scheme, step 3
Diffstat (limited to 'lib/coderay/scanners/ruby.rb')
-rw-r--r--lib/coderay/scanners/ruby.rb2
1 files changed, 1 insertions, 1 deletions
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,