Class: String

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

Instance Method Summary collapse

Methods included from Shell::Extensions::String

#on_off_to_bool

Instance Method Details

#to_wstringObject



52
53
54
# File 'lib/chef/win32/unicode.rb', line 52

def to_wstring
  Chef::ReservedNames::Win32::Unicode.utf8_to_wide(self)
end