snowplow / snowplow-ruby-tracker

Snowplow event tracker for Ruby. Add analytics to your Ruby and Rails apps and gems
http://snowplowanalytics.com
22 stars 24 forks source link

Remove methods for turning Contracts on and off #130

Closed mscwilson closed 3 years ago

mscwilson commented 3 years ago

The file contracts.rb was added for tracker v0.3.0, allowing the disabling of Contracts type-checking. This was intended to have been depreciated for v0.6.0, as the docs say it's no longer possible to switch off Contracts. The disable_contracts method doesn't actually work. However, the contracts.rb file is still there.

Remove contracts.rb.