diff options
Diffstat (limited to 'lib/coderay/scanners/plaintext.rb')
-rw-r--r-- | lib/coderay/scanners/plaintext.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/coderay/scanners/plaintext.rb b/lib/coderay/scanners/plaintext.rb index 0aebf35..3824ee9 100644 --- a/lib/coderay/scanners/plaintext.rb +++ b/lib/coderay/scanners/plaintext.rb @@ -1,4 +1,5 @@ -module CodeRay module Scanners
+module CodeRay
+module Scanners
class Plaintext < Scanner
@@ -10,4 +11,5 @@ module CodeRay module Scanners end
-end end
+end
+end
|