class Mysh::DoMoveHistoryOption

The mysh command line do move option for history.

Public Instance Methods

post_boot(_args) click to toggle source

Execute the do move command line option. Endemic Code Smells :reek:UtilityFunction

# File lib/mysh/command_line/history.rb, line 52
def post_boot(_args)
  MNV[:no_move] = "off"
end