about summary refs log tree commit homepage
path: root/lib/kcar.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-28 12:48:18 -0700
committerEric Wong <normalperson@yhbt.net>2010-04-28 12:48:18 -0700
commitb85f1528667b3aaa699b37dcc362901e1e573b04 (patch)
treeb0edbc3771beb7ac4dbd95165813dad09932f1b6 /lib/kcar.rb
parentdd84d98bce03e3da529c4b51d2eba761dda749e8 (diff)
downloadkcar-b85f1528667b3aaa699b37dcc362901e1e573b04.tar.gz
rename Kcar::Session => Kcar::Response
It's not a real "session" since it does not have any facilities
to write responses.
Diffstat (limited to 'lib/kcar.rb')
-rw-r--r--lib/kcar.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/kcar.rb b/lib/kcar.rb
index 2a4518d..0d98793 100644
--- a/lib/kcar.rb
+++ b/lib/kcar.rb
@@ -1,7 +1,8 @@
 # -*- encoding: binary -*-
 
-require 'kcar/session'
+require 'kcar/response'
 require 'kcar/parser'
+
 module Kcar
 
   VERSION = '0.1.0'