Class: String
- Inherits:
-
Object
- Object
- String
- Includes:
- Chef::Mixin::WideString
- Defined in:
- lib/chef-powershell/unicode.rb
Instance Method Summary collapse
Methods included from Chef::Mixin::WideString
#utf8_to_wide, #wide_to_utf8, #wstring
Instance Method Details
#to_wstring ⇒ Object
53 54 55 |
# File 'lib/chef-powershell/unicode.rb', line 53 def to_wstring utf8_to_wide(self) end |