On Thu, Jul 12, 2012 at 11:14 AM, Hans Mackowiak <[email protected]> wrote:
> i should first learn how ruby works before you use rails
>
> you never defined your "ie1" variable in your code!

Also the sequence

    @ie=ie
    @ie=Watir::IE.attach(:title, @title)

in class Title is dysfunctional: Argument ie is completely superfluous
and can be removed since it is only written to @ie and @ie is
overwritten immediately afterwards.

Kind regards

robert

-- 
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

-- You received this message because you are subscribed to the Google Groups 
ruby-talk-google group. To post to this group, send email to 
[email protected]. To unsubscribe from this group, send email 
to [email protected]. For more options, visit this 
group at https://groups.google.com/d/forum/ruby-talk-google?hl=en

Reply via email to