# File lib/tapkit/control/fault.rb, line 17
                def fault?
                        if @fault_handler then
                                true
                        else
                                false
                        end
                end