Skip to content

Commit 3fddb5f

Browse files
committed
Added missing @param to Message::Value#initialize.
1 parent a56761d commit 3fddb5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ronin/recon/message/value.rb

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ class Value
5151
#
5252
# Initializes the recon value.
5353
#
54+
# @param [Value] value
55+
# The value object.
56+
#
5457
# @param [Value, nil] parent
5558
# The associated parent value.
5659
#

0 commit comments

Comments
 (0)