class Mysh::NoMoveHistoryOption

The mysh command line no move option for history.

Public Instance Methods

post_boot(_args) click to toggle source

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

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