Sha256: 595ae60bbf574b32c830f0012de558a0bc32ece5e1fa4ca798b58d73f2f5f285

Contents?: true

Size: 120 Bytes

Versions: 100

Compression:

Stored size: 120 Bytes

Contents

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

Version data entries

100 entries across 100 versions & 1 rubygems

Version Path
gherkin-1.0.8 lib/gherkin/core_ext/array.rb
gherkin-1.0.8-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.8-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.8-java lib/gherkin/core_ext/array.rb
gherkin-1.0.7 lib/gherkin/core_ext/array.rb
gherkin-1.0.7-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.7-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.7-java lib/gherkin/core_ext/array.rb
gherkin-1.0.6 lib/gherkin/core_ext/array.rb
gherkin-1.0.6-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.6-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.6-java lib/gherkin/core_ext/array.rb
gherkin-1.0.5-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.5-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.5-java lib/gherkin/core_ext/array.rb
gherkin-1.0.5 lib/gherkin/core_ext/array.rb
gherkin-1.0.4-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.4-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.4-java lib/gherkin/core_ext/array.rb
gherkin-1.0.4 lib/gherkin/core_ext/array.rb