Hwaro::Services::Doctor::ValueFix
Inherits JSON::Serializable / Struct / Value / Object
A surgical edit --fix applied to an existing config value.
Distinct from "section appends" because it modifies the user's
real configuration rather than adding commented documentation.
Constructors
new(field : String, before : String, after : String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
after
before
clone
Sourcecopy_with(field _field = @field, before _before = @before, after _after = @after)
Sourcefield