Sha256: 491cf02bb6461576f6b9a1a514e88ce1c96ea03933c0231b5bb81af87002863b

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

# frozen_string_literal: true

# %w(plain_text).each do |file|
#   require File.join('rambling', 'trie', 'readers', file)
# end

require 'rambling/trie/readers/plain_text'

module Rambling
  module Trie
    # Namespace for all readers.
    module Readers
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rambling-trie-opal-2.1.1 lib/rambling/trie/readers.rb