Mercurial > repos > public > sbplib
changeset 241:09d964b850ee feature/beams
ReplacableString: Added a more intuitive function name.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 04 Aug 2016 15:24:04 +0200 |
parents | 46256fffa329 |
children | f4306afd6849 |
files | +util/ReplaceableString.m |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r 46256fffa329 -r 09d964b850ee +util/ReplaceableString.m --- a/+util/ReplaceableString.m Wed Aug 03 12:30:27 2016 +0200 +++ b/+util/ReplaceableString.m Thu Aug 04 15:24:04 2016 +0200 @@ -34,6 +34,11 @@ obj.display(); end + function show(obj, varargin) + obj.param = varargin; + obj.display(); + end + function remove(obj) obj.update(''); end