Class: String
- Inherits:
-
Object
- Object
- String
- Includes:
- Chef::Mixin::WideString, Shell::Extensions::String
- Defined in:
- lib/chef/shell/ext.rb,
lib/chef/win32/unicode.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods included from Chef::Mixin::WideString
#utf8_to_wide, #wide_to_utf8, #wstring
Methods included from Shell::Extensions::String
Instance Method Details
#to_wstring ⇒ Object
63 64 65 |
# File 'lib/chef/win32/unicode.rb', line 63 def to_wstring utf8_to_wide(self) end |