Skip to content

Commit 029e719

Browse files
authored
Add @since tag to Config#save
1 parent d5e24d8 commit 029e719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ronin/recon/config.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@ def to_yaml(options={})
416416
# @param [String] path
417417
# The output file path.
418418
#
419+
# @since 0.2.0
420+
#
419421
def save(path=DEFAULT_PATH)
420422
File.write(path,to_yaml)
421423
end

0 commit comments

Comments
 (0)