Displaying 1 result from an estimated 1 matches for "rfc2425".
Did you mean:
  rfc2244
  
2008 Jun 18
1
Vpim gem
...gem. We use it at www.yelloyello.com and
> it works great.
I''m glad to hear that.
> We''ve only encountered the following error:
>     # NoMethodError (undefined method `to_str'' for []:Array):
>     #
> /usr/local/lib/ruby/gems/1.8/gems/vpim-0.619/lib/vpim/rfc2425.rb:256:in
> `encode_text''
> Maybe it should state .to_s instead of .to_str ?
I don''t have the code in front of  me, but you are trying to encode a
text field, it seems (#encode_text), so you need to pass it something
that is "text", but are passing a compound data...