egonSchiele / contracts.ruby

Contracts for Ruby.
http://egonschiele.github.com/contracts.ruby
BSD 2-Clause "Simplified" License
1.44k stars 82 forks source link

Number fields #212

Closed sfcgeorge closed 8 years ago

sfcgeorge commented 8 years ago

Fixes #204 by adding builtin Int and NatPos contracts.

Added to TUTORIAL.md and fixed documentation links by namespacing builtin.

Added to cucumber features and tested still passing.

waterlink commented 8 years ago

LGTM

egonSchiele commented 8 years ago

THanks @sfcgeorge !