Skip to content

jtrtj/credit_check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Credit Check

This was my first Ruby app that had a test and implemented a class

The project spec from Turing can be found here: here.

Small code snippet:

class CreditCheck
  def credit_card_check(credit_card_number)
      get_sum_of_luhn_array(credit_card_number) % 10 == 0
  end

About

BEM1 Credit Check Starter Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%