Class: String

Inherits:
Object
  • Object
show all
Includes:
Chef::Mixin::WideString, Shell::Extensions::String
Defined in:
lib/chef/shell/ext.rb,
lib/chef/win32/unicode.rb

Instance Method Summary collapse

Methods included from Chef::Mixin::WideString

#utf8_to_wide, #wide_to_utf8, #wstring

Methods included from Shell::Extensions::String

#on_off_to_bool

Instance Method Details

#to_wstringObject



63
64
65
# File 'lib/chef/win32/unicode.rb', line 63

def to_wstring
  utf8_to_wide(self)
end