view test/@Snork/getStash.m @ 9606:a04352386a6b

clear index cache on ++,-- operators
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 03 Sep 2009 06:59:53 +0200
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = getStash(cls)

  out = myStash();
        
end