class Mysh::NoPrepromptOption

The mysh command no pre_prompt.

Public Instance Methods

post_boot(_args) click to toggle source

Execute the no pre_prompt command line option. Endemic Code Smells :reek:UtilityFunction

# File lib/mysh/command_line/pre_prompt.rb, line 32
def post_boot(_args)
  MNV[:pre_prompt] = ""
end