I may be way off base here.

Something has to call those functions to display the puts. As long as "test_1" 
gets called, puts should work. Maybe its just not getting called?

puts "Begin test"

class DNX_1
        def test_1
                puts "Howdy"
        end
end

new_class = DNX_1.new()
new_class.test_1
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6619&messageID=18953#18953
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to