Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/gherkin/core_ext/array.rb

Instance Method Summary collapse

Instance Method Details

#utf8_pack(fmt) ⇒ Object



2
3
4
# File 'lib/gherkin/core_ext/array.rb', line 2

def utf8_pack(fmt)
  (RUBY_VERSION =~ /^1\.9/) ? pack(fmt).force_encoding("UTF-8") : pack(fmt)
end