faraaz-deepsource / dev-checks

Missing top-level documentation comment RB-ST1031
Documentation
Minor
2 occurrences in this check
Missing top-level documentation comment for class UnDoced.
25  end
26end
27
28class UnDoced29  def some_doc
30    :doc
31  end
Missing top-level documentation comment for class AnotherOne.
12
13OpenSSL::Cipher::AES.new(128, :GCM)
14  
15class AnotherOne16  def some_method
17    :sme
18  end