Sha256: f07ab0943457805418ae15f80b00301bff7bac650ef0a1a1d0ab3b36ffad1ba5
Contents?: true
Size: 230 Bytes
Versions: 3
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true %w(reader plain_text).each do |file| require File.join('rambling', 'trie', 'readers', file) end module Rambling module Trie # Namespace for all readers. module Readers end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rambling-trie-2.5.0 | lib/rambling/trie/readers.rb |
rambling-trie-2.4.0 | lib/rambling/trie/readers.rb |
rambling-trie-2.3.1 | lib/rambling/trie/readers.rb |