lib/dtn/lookups/symbol/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module Dtn
  module Lookups
    module Symbol
      # Symbol lookup
      class Base < Request
      end
    end
  end
end