lib/riak/util/encode.rb in riakpb-0.1.6 vs lib/riak/util/encode.rb in riakpb-0.2.0
- old
+ new
@@ -1,12 +1,12 @@
require 'riak'
-module Riak
+module Riakpb
module Util
module Encode
- # Construct a Request Message for Riak, which adheres to the following structure:
+ # Construct a Request Message for Riakpb, which adheres to the following structure:
#
# 00 00 00 07 09 0A 01 62 12 01 6B
# |----Len---|MC|----Message-----|
#
# @raise [TypeError] if an invalid hostname is given