Skip to content

Commit

Permalink
Remove Rambling::Trie::Forwardable
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Jun 27, 2017
1 parent 11d2a88 commit 0ade8df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
6 changes: 3 additions & 3 deletions lib/rambling/trie.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'forwardable'

%w{
forwardable comparable compressable compressor configuration container
enumerable inspectable invalid_operation readers serializers stringifyable
node missing_node compressed_node raw_node version
comparable compressable compressor configuration container enumerable
inspectable invalid_operation readers serializers stringifyable node
missing_node compressed_node raw_node version
}.each do |file|
require File.join('rambling', 'trie', file)
end
Expand Down
21 changes: 0 additions & 21 deletions lib/rambling/trie/forwardable.rb

This file was deleted.

0 comments on commit 0ade8df

Please sign in to comment.