Class: String
- Inherits:
-
Object
- Object
- String
- 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
Instance Method Details
#to_wstring ⇒ Object
52 53 54 |
# File 'lib/chef/win32/unicode.rb', line 52 def to_wstring Chef::ReservedNames::Win32::Unicode.utf8_to_wide(self) end |