除了指定它输出的内容之外,我没有什么有用的东西来写这个函数。如果Yard没有找到描述,则会使用@return
的内容。有什么方法可以阻止这种情况吗?我想避免愚蠢的重复,就像你在下面的例子中看到的那样。
##
# @return [Array<Hash>]
#
# an array of hashes. Example output:
#
# [
# {:name=>"FORNEBU", :municipality=>"BÆRUM", :county=>"AKERSHUS"},
# {:name=>"FORSAND", :municipality=>"FORSAND", :county=>"ROGALAND"}
# ]
#
答案 0 :(得分:1)