fix func name
Sho Hashimoto [Sun, 4 Jul 2010 11:09:52 +0000 (20:09 +0900)]
README.rdoc
lib/shinagawaseaside.rb
samples/Rakefile

index 243e435..7690484 100644 (file)
@@ -15,7 +15,7 @@ add rake tasks they start/stop tokyo tyrant server
              { :name => 'videos',:port => 20011},
              { :name => 'comments', :port => 20012} ]
 
-    ShinagawaSeaside::set(ttdb, :basedir => File.dirname(__FILE__)+'/ttdb')
+    ShinagawaSeaside::set_tasks(ttdb, :basedir => File.dirname(__FILE__)+'/ttdb')
 
 
 == REQUIREMENTS:
index e2e6827..1855baf 100644 (file)
@@ -4,7 +4,7 @@ $:.unshift(File.dirname(__FILE__)) unless
 module ShinagawaSeaside
   VERSION = '0.0.1'
 
-  def ShinagawaSeaside::set(ttdb, opts)
+  def ShinagawaSeaside::set_tasks(ttdb, opts)
     p ttdb
     p opts
     
index cd27e6f..e1a9407 100644 (file)
@@ -5,4 +5,4 @@ ttdb = [ { :name => 'users', :port => 20010},
          { :name => 'videos',:port => 20011},
          { :name => 'comments', :port => 20012} ]
 
-ShinagawaSeaside::set(ttdb, :basedir => File.dirname(__FILE__)+'/ttdb')
+ShinagawaSeaside::set_tasks(ttdb, :basedir => File.dirname(__FILE__)+'/ttdb')