We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e63e9 commit daf8fdaCopy full SHA for daf8fda
3 files changed
lib/split/extensions.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
-%w[array string].each do |f|
+%w[string].each do |f|
3
require "split/extensions/#{f}"
4
end
lib/split/extensions/array.rb
spec/spec_helper.rb
@@ -10,7 +10,6 @@
10
require 'split'
11
require 'ostruct'
12
require 'yaml'
13
-require 'complex' if RUBY_VERSION.match(/1\.8/)
14
15
Dir['./spec/support/*.rb'].each { |f| require f }
16
0 commit comments