Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wave 3 and optional features #71

Open
wants to merge 22 commits into
base: jlb/master
Choose a base branch
from
Open

Conversation

jbuechs
Copy link

@jbuechs jbuechs commented Oct 13, 2015

requires money, colorize, and csv gems

puts "Amount withdrawn: " + Money.new(amount, "USD").format
@balance -= amount
puts "Updated balance: " + Money.new(@balance, "USD").format
puts "------#{@type.upcase} WITHDRAWAL------".colorize(:blue)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool use of your colorize knowledge :-)

@kariabancroft
Copy link

Nice job using git as you made incremental changes, using constants across your inherited code as well as a lot of shared functionality across classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants