Add in additional YARD documentation fixes
This commit is contained in:
@@ -61,17 +61,17 @@ class JavaDeserializer
|
||||
|
||||
private
|
||||
|
||||
# @param [String] string to print as status
|
||||
# @param msg [String] String to print as a status message.
|
||||
def print_status(msg='')
|
||||
$stdout.puts "[*] #{msg}"
|
||||
end
|
||||
|
||||
# @param [String] string to print as error
|
||||
# @param msg [String] String to print as a error message.
|
||||
def print_error(msg='')
|
||||
$stdout.puts "[-] #{msg}"
|
||||
end
|
||||
|
||||
# @param [Exception] exception to print
|
||||
# @param e [Exception] Exception to print
|
||||
def print_exception(e)
|
||||
print_error(e.message)
|
||||
e.backtrace.each do |line|
|
||||
|
||||
Reference in New Issue
Block a user