Skip to content

Commit 46a4766

Browse files
committed
Add yardoc tags to MetadataJsonDeps.run
1 parent e6d580e commit 46a4766

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/metadata_json_deps.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ def self.bump_dependency(filename, module_name, upper_bound)
7777
[requirement.to_s, new]
7878
end
7979

80+
# @summary Run the application
81+
# @param [Array[String]] filenames
82+
# The filenames to run on
83+
# @param [Boolean] verbose
84+
# Whether or not to run in verbose mode
85+
# @return [Integer] the exit code
8086
def self.run(filenames, verbose = false)
8187
forge = ForgeVersions.new
8288

0 commit comments

Comments
 (0)