# File lib/tapkit/control/fault.rb, line 10
                def will_read
                        if fault? then
                                @fault_handler.complete_init self
                                clear_fault
                        end
                end