Changeset 18924 for lang/ruby

Show
Ignore:
Timestamp:
09/07/08 00:31:12 (3 months ago)
Author:
koshigoe
Message:

* syntax error を修正 (ruby 1.8.7)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/ssb/trunk/libs/ssb.rb

    r16139 r18924  
    4141      when ssb_response.instance_of?(String) 
    4242        string_response(cgi_response, ssb_response) 
    43       when ['301', '302'].include? ssb_response.code 
     43      when ['301', '302'].include?(ssb_response.code) 
    4444        redirect_response(cgi_response, ssb_response) 
    4545      else