view test/@Spork/getStash.m @ 12297:175127b734a4 release-3-4-x

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Sun, 30 Jan 2011 01:57:40 -0500
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = getStash(cls)

  out = myStash();
        
end