Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/zip64/structures.rb

Instance Method Summary collapse

Instance Method Details

#zip64_force_encoding(what) ⇒ Object



161
162
163
# File 'lib/zip64/structures.rb', line 161

def zip64_force_encoding(what)
	respond_to?(:force_encoding) and force_encoding(what) or self
end