i
[chise/ruby.git] / chise / rbchise.rb
index 8d86213..99d14d3 100755 (executable)
@@ -45,9 +45,11 @@ module CHISE
     def initialize(ccs, db)
       @ccs, @db = ccs, db
     end
+
     def get_char(code_point)
       @db.get(code_point)
     end
+
     def put_char(code_point, cid)
       @db.put(code_point, cid)
     end
@@ -57,9 +59,11 @@ module CHISE
     def initialize(feature, db)
       @feature, @db = feature, db
     end
+
     def get_value(char_id)
       @db.get(char_id)
     end
+
     def each
     end
   end