class Mysh::NoDebugOption
The mysh help command no debug.
Public Instance Methods
post_boot(_args)
click to toggle source
Execute the help command line option. Endemic Code Smells :reek:UtilityFunction
# File lib/mysh/command_line/debug.rb, line 27 def post_boot(_args) MNV[:debug] = "off" end