view test/@Snork/getStash.m @ 10996:72640afb02b9

mkoctfile.m: Change help text to be consistent with the shell version.
author Ben Abbott <bpabbott@mac.com>
date Sun, 19 Sep 2010 12:25:31 -0400
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = getStash(cls)

  out = myStash();
        
end