Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.
/ abn Public archive
forked from yob/abn

Small library for validating and querying Australian Business Numbers

License

Notifications You must be signed in to change notification settings

bjeanes/abn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small library for validating and querying Australian Business Numbers (ABN)

Installation

gem install abn

Usage

require 'abn'

ABN.new("12042168743").valid?
=> true

ABN.valid_abn?("12042168743")
=> true

ABN.valid_abn?("12042168744")
=> false

Further Reading

About

Small library for validating and querying Australian Business Numbers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%