From 343a23beca3709ef8140f88b592ebb26be1fc321 Mon Sep 17 00:00:00 2001 From: Serge Smetana Date: Thu, 23 Feb 2017 18:38:39 +0200 Subject: [PATCH] Fixed circular require warning in lib/ttfunk/collection.rb --- lib/ttfunk/collection.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ttfunk/collection.rb b/lib/ttfunk/collection.rb index 458be4eb..4d527cda 100644 --- a/lib/ttfunk/collection.rb +++ b/lib/ttfunk/collection.rb @@ -1,5 +1,3 @@ -require 'ttfunk' - module TTFunk class Collection include Enumerable