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.23 lib/gherkin/core_ext/array.rb
gherkin-1.0.23-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.23-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.23-java lib/gherkin/core_ext/array.rb
gherkin-1.0.22 lib/gherkin/core_ext/array.rb
gherkin-1.0.22-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.22-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.22-java lib/gherkin/core_ext/array.rb
gherkin-1.0.21 lib/gherkin/core_ext/array.rb
gherkin-1.0.21-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.21-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.21-java lib/gherkin/core_ext/array.rb
gherkin-1.0.20 lib/gherkin/core_ext/array.rb
gherkin-1.0.20-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.20-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.20-java lib/gherkin/core_ext/array.rb
gherkin-1.0.19 lib/gherkin/core_ext/array.rb
gherkin-1.0.19-i386-mswin32 lib/gherkin/core_ext/array.rb
gherkin-1.0.19-i386-mingw32 lib/gherkin/core_ext/array.rb
gherkin-1.0.19-java lib/gherkin/core_ext/array.rb