classdef method_debug_test % properties % % % end methods function bar (self) disp ('hello'); end end end