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.18 lib/gherkin/core_ext/array.rb
gherkin-1.0.18-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.18-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.18-java lib/gherkin/core_ext/array.rb
gherkin-1.0.17 lib/gherkin/core_ext/array.rb
gherkin-1.0.17-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.17-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.17-java lib/gherkin/core_ext/array.rb
gherkin-1.0.16 lib/gherkin/core_ext/array.rb
gherkin-1.0.16-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.16-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.16-java lib/gherkin/core_ext/array.rb
gherkin-1.0.15 lib/gherkin/core_ext/array.rb
gherkin-1.0.15-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.15-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.15-java lib/gherkin/core_ext/array.rb
gherkin-1.0.14 lib/gherkin/core_ext/array.rb
gherkin-1.0.14-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.14-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.14-java lib/gherkin/core_ext/array.rb