Method: RemoteTkIp#_toUTF8

Defined in:
lib/remote-tk.rb

#_toUTF8(str, encoding = nil) ⇒ Object

Raises:

  • (SecurityError)


371
372
373
374
# File 'lib/remote-tk.rb', line 371

def _toUTF8(str, encoding=nil)
  raise SecurityError, "no permission to manipulate" unless self.manipulable?
  @interp._toUTF8(str, encoding)
end