Thank you, Gustaf. Makes sense.<br><br>Is there anyway to call a method besides doing a "puts".<br><br>Putting in:<br>
s1 push a<br>results in an error, however I can do:<br>puts [s1 pop]<br><br>I would think that there would be a way to call a method without outputiing. Is there one?<br>