diff options
Diffstat (limited to 'lib/coderay/scanners/ruby.rb')
-rw-r--r-- | lib/coderay/scanners/ruby.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/coderay/scanners/ruby.rb b/lib/coderay/scanners/ruby.rb index 1dbcb17..6e08a1f 100644 --- a/lib/coderay/scanners/ruby.rb +++ b/lib/coderay/scanners/ruby.rb @@ -1,4 +1,5 @@ -module CodeRay module Scanners
+module CodeRay
+module Scanners
# This scanner is really complex, since Ruby _is_ a complex language!
#
@@ -390,5 +391,7 @@ module CodeRay module Scanners end
end
-end end
+end
+end
+
# vim:fdm=marker
|