about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-06 10:57:56 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-06 10:57:56 +0000
commit677556d96e2713894c863ec271aa9ccb6b704e1f (patch)
tree959103dd79152aeae12c3ee50091eb99b77eb420
parentcc0d170971fb93c2c35e7b37e3bade8350e3423a (diff)
downloadkcar-677556d96e2713894c863ec271aa9ccb6b704e1f.tar.gz
Prettier this way
-rw-r--r--lib/kcar/parser.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/kcar/parser.rb b/lib/kcar/parser.rb
index 4f077c6..4dd59e2 100644
--- a/lib/kcar/parser.rb
+++ b/lib/kcar/parser.rb
@@ -1,6 +1,5 @@
 # -*- encoding: binary -*-
-module Kcar
-class Parser
+class Kcar::Parser
 
   # extract trailers that were set in the header object as
   # an array of arrays
@@ -34,6 +33,4 @@ class Parser
 
     trailers
   end
-
-end # class Parser
 end # module Kcar