get

operator fun <T> get(option: RuleOption<T>): T

Reads an option through a typed rule option declaration.


operator fun get(name: String): String?

Reads the raw string value for compatibility with custom rules.