[prime-dev: 522] Re: prime-0.8.5.1 のエラー

Back to archive index

Masaki Yatsu yatsu****@yatsu*****
2004年 12月 16日 (木) 18:30:45 JST


谷津です。

On 04.12.16 6:23 PM, Hiroyuki Komatsu wrote:

> Ruby で以下を実行するとどうなりますでしょうか?
> 
> class Array2 < Array
> end
> 
> a = Array2.new()
> p a.class

Array2 です。
 
> Array2 が出力されるなら、対処療法ですが、以下のようにすればエラーは
> 出なくなると思います。
> 
>   def lookup_compact (string)
>     words_compact = search_compact(string)
>     words = PrimeWordList::attach_prefix(@context, words_compact)
>     return PrimeWordList.new(words)   # ←ここ
>   end

これで直りました。ありがとうございます。
とりあえず、このようにして使っておきます。

---
谷津真樹 (Masaki Yatsu)
mailto:yatsu****@yatsu*****





Prime-dev メーリングリストの案内
Back to archive index