StateControl(T)
Inherits Reference / Object
Constants
VERSION = "0.1.0"
Constructors
new(pull : JSON::PullParser)
Sourcenew(initial : T | Nil = nil)
SourceInstance methods
can?(dest : T, current : T = state)
Sourcefinal_state?
Sourcego(dest : T, current : T = state)
Sourcego(dest : T, current : T = state, &success_block : Proc(T, T, Nil))
Sourcepossible_routes(current = state)
Sourcestate
Sourceto_json(json : JSON::Builder) : Nil
Source