summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/ruby/patterns.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-04-16 03:20:37 +0000
committermurphy <murphy@rubychan.de>2006-04-16 03:20:37 +0000
commit0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189 (patch)
tree6ade5b6d36d559b919a39f55002cde3c3779bc67 /lib/coderay/scanners/ruby/patterns.rb
parentff9cbcf8c58e81bcee2e961e8b2033e6e336c6e9 (diff)
downloadcoderay-0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189.tar.gz
Re-indented everything. Sorry to break the blame chain.
Diffstat (limited to 'lib/coderay/scanners/ruby/patterns.rb')
-rw-r--r--lib/coderay/scanners/ruby/patterns.rb12
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/coderay/scanners/ruby/patterns.rb b/lib/coderay/scanners/ruby/patterns.rb
index 28439ec..63d12f0 100644
--- a/lib/coderay/scanners/ruby/patterns.rb
+++ b/lib/coderay/scanners/ruby/patterns.rb
@@ -1,8 +1,7 @@
-module CodeRay module Scanners
+module CodeRay
+module Scanners
-class Ruby
-
- module Patterns # :nodoc:
+ module Ruby::Patterns # :nodoc:
RESERVED_WORDS = %w[
and def end in or unless begin
@@ -210,9 +209,8 @@ class Ruby
super kind, interpreted, delim, heredoc, paren, paren_depth, pattern, :initial
end
end unless defined? StringState
-
+
end
end
-
-end end
+end