Skip to content

Commit

Permalink
Added missing @param to Message::Value#initialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 6, 2025
1 parent a56761d commit 3fddb5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ronin/recon/message/value.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ class Value
#
# Initializes the recon value.
#
# @param [Value] value
# The value object.
#
# @param [Value, nil] parent
# The associated parent value.
#
Expand Down

0 comments on commit 3fddb5f

Please sign in to comment.