lib/inch/language/elixir/provider/reader_v2/docstring.rb

Summary

Maintainability
A
0 mins
Test Coverage

module Inch
  module Language
    module Elixir
      module Provider
        module ReaderV2
          class Docstring < Ruby::Provider::YARD::Docstring
          end
        end
      end
    end
  end
end