lib/byebug/commands/set.rb in byebug-1.3.1 vs lib/byebug/commands/set.rb in byebug-1.4.0

- old
+ new

@@ -114,10 +114,10 @@ Command.settings[:autoirb] = (set_on ? 1 : 0) when /^testing$/ Command.settings[:testing] = set_on Command.settings[:basename] = set_on when /^forcestep$/ - self.class.settings[:force_stepping] = set_on + Command.settings[:force_stepping] = set_on when /^history$/ if 2 == args.size interface = @state.interface case args[0] when /^save$/