Sha256: c74ff1e1494fd53f924b6242d2c1ea2231c36707d28826eb950a49140979ec19
Contents?: true
Size: 207 Bytes
Versions: 8
Compression:
Stored size: 207 Bytes
Contents
module Foo # The problem here is that the @param tag is not given the name of the # parameter it documents. # # @param [Encoding] # @return [String] def method_with_wrong_param_tag(e) end end
Version data entries
8 entries across 8 versions & 1 rubygems