Classes CashDevice CashDeviceViewContainer DisplayBox DisplayBoxController DispensingHolder Item ItemViewContainer ModelValueViewContainerDiscussion
dispense: itemToDispense self isEmpty ifTrue: [^false]. (self itemIsDispensable: itemToDispense) ifFalse: [^false]. self printItem: itemToDispense . self activateDispenser. self disconnectWithItem: itemToDispense. ^trueDiscussion
jamRifle be a Class or an Instance method? What's the difference?
- Method to listen for the user's name. - Method to choose a phrase which is appropriate for the current conversation context. - Method to ask the user's name. - Method to decide when to pause in the conversation.