Methods
N
T
Constants
Encoding = 'utf-8'.freeze
 
Class Public methods
new(str)
# File ext/tk/lib/tk/encodedstr.rb, line 174
def self.new(str)
  super(self.subst_utf_backslash(str))
end
Instance Public methods
to_backslash()
to_backslash_sequence()
Also aliased as: to_backslash
# File ext/tk/lib/tk/encodedstr.rb, line 178
def to_backslash_sequence
  Tk::EncodedString.utf_to_backslash_sequence(self)
end