0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added spec:doc rake task and broke out a special vending_irb behavior to have nicer tab completion when using the vending machine from irb. More... almost 15 years ago
Minor change to protect context object methods callable via method_missing. More... almost 15 years ago
Feature complete. No REPL, though. More... almost 15 years ago
Updated drawing. More... almost 15 years ago
Added methods to list for sale items and their prices. Not totally happy with the implementation. More... almost 15 years ago
Updated documentation. More... almost 15 years ago
Fixed link to image (again). More... almost 15 years ago
Fixed link to image. More... almost 15 years ago
Updated documentation for project. More... almost 15 years ago
Added modes as context to the vending machine so that it responds to vending or service requests depending on the mode that it is in (or rejects requests as necessary, depending on the context) More... almost 15 years ago
Added operations for switching from toggling between modes from vending and service. Also added pending specs for the actual VendingMachine class. More... almost 15 years ago
Merge branch 'master' of [email protected]:marioaquino/vending More... almost 15 years ago
Added error raising if a sale is attempted without supplying adequate funds. More... almost 15 years ago
Added ServiceMode implementation. More... almost 15 years ago
Foo More... almost 15 years ago
Consistency in hash syntax More... almost 15 years ago
DRYing my spec More... almost 15 years ago
Changed dispense mechanism to make it stateful (like the coin return mechanism) More... almost 15 years ago
Minor method renaming for clarity More... almost 15 years ago
Added first pass of dispense change from purchase feature More... almost 15 years ago
Added another spec description More... almost 15 years ago
Improved readability of adding pre_sale_bin items to the purse when a sale happens More... almost 15 years ago
Minor cleanup More... almost 15 years ago
Added product for column c support More... almost 15 years ago
Merge branch 'modes' More... almost 15 years ago
Added support for selling from column B More... almost 15 years ago
Another refactoring to introduce context in RSpec More... almost 15 years ago
Refactored to simplify Money More... almost 15 years ago
Renamed pop to dispense More... almost 15 years ago
Small refactoring for concating arrays More... almost 15 years ago