From 0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189 Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 16 Apr 2006 03:20:37 +0000 Subject: Re-indented everything. Sorry to break the blame chain. --- lib/coderay/scanners/ruby/patterns.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lib/coderay/scanners/ruby') 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 -- cgit v1.2.1