RubyState

constructor(tokenize: MutableList<(StringStream, RubyState) -> String?> = mutableListOf(), indented: Int = 0, context: RubyContext = RubyContext("top", 0, null), continuedLine: Boolean = false, lastTok: String? = null, varList: Boolean = false, curPunc: String? = null)