class String

Public Instance Methods

to_wstring() click to toggle source
# File lib/chef/win32/unicode.rb, line 63
def to_wstring
  utf8_to_wide(self)
end