summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/ruby.rb')
-rw-r--r--lib/coderay/scanners/ruby.rb7
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