From b6612ad551fe19fe090060705ce9cf934d4fb1c3 Mon Sep 17 00:00:00 2001 From: Aditya Bhargava Date: Fri, 28 Apr 2017 08:41:41 -0700 Subject: [PATCH] this include is not required --- lib/contracts/attrs.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/contracts/attrs.rb b/lib/contracts/attrs.rb index d57bf9b..d6468c8 100644 --- a/lib/contracts/attrs.rb +++ b/lib/contracts/attrs.rb @@ -15,6 +15,4 @@ def attr_accessor_with_contract(*names, contract) attr_writer_with_contract(*names, contract) end end - - include Attrs end