Represents a pair of strings where typing the opening string automatically inserts the closing string after.
new(open:String, close:String)
Creates a new AutoClosingPair object.
AutoClosingPair
close:String
The closing string of the pair.
open:String
The opening string of the pair.