Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/com/pathname.rb

Instance Method Summary collapse

Instance Method Details

#to_comObject

Returns a String representation of this Pathname in the COM character set.

See Also:



7
8
9
# File 'lib/com/pathname.rb', line 7

def to_com
  to_path.encode(COM.charset)
end