class Byebug::Command

def confirm(msg)

def confirm(msg)
  @state.confirm(msg) == 'y'
end