Skip to content

Commit

Permalink
explicity require forwardable
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed May 18, 2016
1 parent fefbbe0 commit 51d7706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/listen/backend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
require 'listen/adapter/base'
require 'listen/adapter/config'

require 'forwardable'

# This class just aggregates configuration object to avoid Listener specs
# from exploding with huge test setup blocks
module Listen
Expand Down
2 changes: 2 additions & 0 deletions lib/listen/event/queue.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'thread'

require 'forwardable'

module Listen
module Event
class Queue
Expand Down

0 comments on commit 51d7706

Please sign in to comment.