about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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