struct

Fluxion::RestartPolicy::PromptLogout

Inherits Fluxion::RestartPolicy < Struct < Value < Object

Record state, print a resume command, and stop. The user logs out, logs back in, and reruns.

Constants

DEFAULT_MESSAGE = "Log out and back in, then re-run fluxion."

Constructors

new(message : String = DEFAULT_MESSAGE)
Source

Instance methods

message
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source