I am not shure if I undrestood, but I use something like this, if this is
what you meant:

class Web
        def enter_text( text_field )
                puts "- entering text: #{ text_field.display } = #{
text_field.value }"
                @ie.textField( text_field.how, text_field.what ).set(
text_field.value )
        end
end

-----Original Message-----

   Class ObjectActions
        def my_own_special_mrthod
            # some code 
        end
   end

Im sure not many, if anyone is doing this, but please let me know if you
are.

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to