Skip to content

Instantly share code, notes, and snippets.

@sirramongabriel
Created September 2, 2013 20:57
Show Gist options
  • Save sirramongabriel/6417215 to your computer and use it in GitHub Desktop.
Save sirramongabriel/6417215 to your computer and use it in GitHub Desktop.
banking.rb is part of the banking project
# banking.rb
require_relative 'interact'
require_relative 'account'
deposit = Account.new
withdraw = Account.new
banking = Interact.new
puts "#{banking.greeting}"
puts "#{banking.select_transaction}"
puts "#{banking.farewell}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment