diff options
author | murphy <murphy@rubychan.de> | 2005-11-05 02:28:36 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-11-05 02:28:36 +0000 |
commit | 0b60a93641a5bfafb2b07f81a8e9c7da03ef3c86 (patch) | |
tree | 2ec0db388cc2f54f0e43e93a41471cd20e70940c /lib/coderay/scanners/ruby.rb | |
parent | 5ffcc03ee3df300cef8c717f3c3b7d54643d82ce (diff) | |
download | coderay-0b60a93641a5bfafb2b07f81a8e9c7da03ef3c86.tar.gz |
New helper module scheme, step 3
Diffstat (limited to 'lib/coderay/scanners/ruby.rb')
-rw-r--r-- | lib/coderay/scanners/ruby.rb | 2 |
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,
|