Contracts for Ruby View the Project on GitHub egonSchiele/contracts.ruby Download ZIP File Download TAR Ball View On GitHub The contracts.ruby tutorial Introduction contracts.ruby brings code contracts to the Ruby language. Code contracts allow you make some assertions about your code, and then checks them to make sure they hold. This lets you catch bugs faster make it very easy to catch certain t