#actionpack-6.0.0/lib/action_controller/metal/http_authentication.rb 116: request.authorization.to_s.split(" ", 2).first 120: request.authorization.to_s.split(" ", 2).second #activerecord-6.0.0/lib/active_record/connection_adapters/postgresql/schema_statements.rb 105: indkey = row[2].split(" ").map(&:to_i) #airbrake-9.4.3/lib/airbrake/rack/route_filter.rb 40: route.split(' ').drop(1).join(' ') #airbrake-ruby-4.6.0/lib/airbrake-ruby/filters/git_last_checkout_filter.rb 52: parts = line.chomp.split("\t").first.split(' ') #airbrake-ruby-4.6.0/lib/airbrake-ruby/filters/git_revision_filter.rb 58: next unless (parts = line.split(' ')).size == 2 #aws-sdk-s3-1.48.0/lib/aws-sdk-s3/file_downloader.rb 128: range, _ = resp.content_range.split(" ").last.split("/") #brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis 421: left, right = @pattern.split(' ') #brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/converter.rb 236: left, right = @pattern.split(' ') #brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/buffer.rb 244: from['class'] = (from['class'].to_s.split(' ') | to['class'].split(' ')).sort.join(' ') #bundler-2.0.2/lib/bundler/compact_index_client/cache.rb 30: name, versions_string, info_checksum = line.split(" ", 3) 54: name, _, checksum = line.split(" ", 3) 96: version_and_platform, rest = string.split(" ", 2) #bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/base.rb 653: File.basename($PROGRAM_NAME).split(" ").first #bundler-2.0.2/lib/bundler/vendor/thor/lib/thor/shell/basic.rb 234: unwrapped.split(" ").inject do |memo, word| #bunny-2.14.2/lib/bunny/session.rb 1169: @server_authentication_mechanisms = (connection_start.mechanisms || "").split(" ") #byebug-11.0.1/lib/byebug/command.rb 52: @match[0].split(" ").drop(1).join(" ") #capybara-3.29.0/lib/capybara/selenium/nodes/chrome_node.rb 110: capabilities['chrome']['chromedriverVersion'].split(' ')[0] #chronic-0.10.2/lib/chronic/parser.rb 227: tokens = text.split(' ').map { |word| Token.new(word) } #claide-1.0.3/lib/claide/command.rb 650: @arguments = arguments.split(' ').map do |argument| #compass-core-1.0.3/lib/compass/core/sass_extensions/functions/gradient_support.rb 406: opts(list(position_or_angle.to_s.split(' ').map {|s| identifier(s) }, :space)) #cucumber-3.1.2/lib/cucumber/rake/task.rb 118: @cucumber_opts = String === opts ? opts.split(' ') : opts #dalli-2.7.10/lib/dalli/server.rb 709: mechanisms = content.split(' ') #did_you_mean-1.3.0/lib/did_you_mean.rb 28:# first_name, last_name = full_name.split(" ") #erubis-2.7.0/contrib/erubis 421: left, right = @pattern.split(' ') #erubis-2.7.0/lib/erubis/converter.rb 236: left, right = @pattern.split(' ') #excon-0.66.0/lib/excon/socket.rb 248: if OpenSSL.const_defined?(:OPENSSL_LIBRARY_VERSION) && OpenSSL::OPENSSL_LIBRARY_VERSION.split(' ')[1] == '1.0.2' #execjs-2.7.0/lib/execjs/external_runtime.rb 174: command = binary.split(" ") << filename 199: command = "#{Shellwords.join(binary.split(' ') << filename)} 2>&1" 212: io = IO.popen(binary.split(' ') << filename, @popen_options.merge({err: [:child, :out]})) #facter-2.5.6/lib/facter/kernelrelease.rb 28: Facter::Util::POSIX.sysctl("kern.version").split(' ')[1] #facter-2.5.6/lib/facter/util/dhcp_servers.rb 8: device, destination = line.split(' ') #facter-2.5.6/lib/facter/util/uptime.rb 26: output.chomp.split(" ").first.to_i #faker-2.2.2/lib/faker/default/internet.rb 152: with_locale(:en) { Char.prepare(Company.name.split(' ').first) } #faker-2.2.2/lib/faker/default/markdown.rb 12: words = paragraph.split(' ') #fission-0.5.0/lib/fission/lease.rb 134: lease.ip_address = line.split(' ')[1] 136: lease.start = DateTime.parse(line.split(' ')[2..3].join(' ')) 138: lease.end = DateTime.parse(line.split(' ')[2..3].join(' ')) 140: lease.mac_address = line.split(' ')[2] #fog-ecloud-0.3.0/lib/fog/compute/ecloud/models/server.rb 214: ips.map { |ip| { :href => ip.network.href, :name => ip.network.name.split(" ")[0], :type => ip.network.type } }.push(:href => options[:href], :name => options[:network_name], :type => "application/vnd.tmrk.cloud.network").uniq 241: :name => ip.network.name.split(" ")[0], #foreman-0.85.0/lib/foreman/engine.rb 150: options[:cwd] ||= File.dirname(command.split(" ").first) #foreman-0.85.0/lib/foreman/export/daemon.rb 21: arguments = process.command.split(" ") #foreman-0.85.0/spec/spec_helper.rb 42: Foreman::CLI.start(args.split(" ")) #google-api-client-0.23.9/lib/google/apis/core/batch.rb 204: _, status = status_line.split(' ', 3) #google-api-client-0.30.9/lib/google/apis/core/batch.rb 206: _, status = status_line.split(' ', 3) #googleauth-0.6.7/lib/googleauth/scope_util.rb 54: scope.split(' ') #haml-5.1.2/lib/haml/attribute_builder.rb 129: merged_class = (merged_class.split(' ') | to.split(' ')).sort.join(' ') #kgio-2.11.2/setup.rb 1320: cmd, *args = *line.strip.sub(/\A\#!/, '').split(' ') #mini_magick-4.9.5/lib/mini_magick/image/info.rb 45: format, width, height, size = self["%m %w %h %b"].split(" ") 78: output.split(" ").map(&:to_i) #mixlib-cli-2.1.1/lib/mixlib/cli/formatter.rb 16: usage << short.split(" ").first if short 18: usage << long.split(" ").first if long #mysql2-0.5.2/lib/mysql2/client.rb 57: parse_flags_array(opts[:flags].split(' '), @query_options[:connect_flags]) #oauth-0.5.4/lib/oauth/cli/base_command.rb 121: arguments = open(v).readlines.map { |l| l.chomp.split(" ") }.flatten #ohai-15.3.1/lib/ohai/plugins/aix/network.rb 56: items = line.split(" ") #ohai-15.3.1/lib/ohai/plugins/cpu.rb 89: cpuinfo[current_cpu]["flags"] = $1.split(" ") 93: cpuinfo[current_cpu]["features"] = $1.split(" ") 97: cpuinfo["features"] = $1.split(" ") 282: cpu[:flags] = Regexp.last_match[1].downcase.split(" ") #ohai-15.3.1/lib/ohai/plugins/darwin/network.rb 25: line_array = media_string.split(" ") #ohai-15.3.1/lib/ohai/plugins/joyent.rb 63: sm_image = line.split(" ") 67: sm_baseimage = line.split(" ") #ohai-15.3.1/lib/ohai/plugins/linux/network.rb 379: tags = tags.split(" ") #ohai-15.3.1/lib/ohai/plugins/packages.rb 166: name, version = pkg.split(" ") #ohai-15.3.1/lib/ohai/plugins/uptime.rb 57: uptime, idletime = File.open("/proc/uptime").gets.split(" ") #oj-3.9.1/ext/oj/extconf.rb 7:parts = RUBY_DESCRIPTION.split(' ') #oj-3.9.1/test/helper.rb 19:$ruby = RUBY_DESCRIPTION.split(' ')[0] #omniauth-google-oauth2-0.8.0/lib/omniauth/strategies/google_oauth2.rb 137: scope_list = raw_scope.split(' ').map { |item| item.split(',') }.flatten #paperclip-6.1.0/spec/paperclip/attachment_spec.rb 1207: width, height, _size, format = out.split(" ") #pry-0.12.2/lib/pry/command.rb 361: args = command_options[:shellwords] ? Shellwords.shellwords(arg_string) : arg_string.split(" ") #pry-0.12.2/lib/pry/commands/hist.rb 149: _slop.parse replay_sequence.split(' ')[1..-1] #pry-0.12.2/lib/pry/editor.rb 125: File.basename(_pry_.config.editor).split(" ").first #pry-0.12.2/lib/pry/pager.rb 146: pager_executable = default_pager.split(' ').first #pry-0.12.2/lib/pry/rubygem.rb 62: gemrc_opts = (gem_config.nil? ? "" : gem_config.split(' ')) #pry-0.12.2/lib/pry/slop.rb 96: opt, description = line.split(' ', 2) #puma-4.1.1/lib/puma/control_cli.rb 163: (@http,@code,@message) = response.first.split(" ",3) #puma-4.1.1/lib/puma/launcher.rb 213: cmd.split(' ') + @original_argv #rack-2.0.7/lib/rack/auth/abstract/request.rb 24: @parts ||= @env[authorization_key].split(' ', 2) #rack-2.0.7/lib/rack/auth/digest/nonce.rb 21: new(*string.unpack("m*").first.split(' ', 2)) #rack-2.0.7/test/spec_auth_digest.rb 85: challenge = response['WWW-Authenticate'].split(' ', 2).last #rack-test-1.1.0/lib/rack/test.rb 281: challenge = last_response['WWW-Authenticate'].split(' ', 2).last #raindrops-0.19.0/setup.rb 1320: cmd, *args = *line.strip.sub(/\A\#!/, '').split(' ') #redis-4.1.2/lib/redis/cluster/node_loader.rb 27: .map { |str| str.split(' ') } #redis-4.1.2/lib/redis/cluster.rb 232: _, slot, node_key = err_msg.split(' ') 239: _, _, node_key = err_msg.split(' ') #redis-4.1.2/lib/redis.rb 570: reply.split(" ") 678: args.concat(order.split(" ")) if order 3414: arr = str.split(' ') #resque-2.0.0/lib/resque/worker.rb 827: line.split(' ')[0] 837: real_pid = line.split(' ')[0] #rubocop-0.74.0/lib/rubocop/cop/lint/literal_in_interpolation.rb 86: contents_range(node).source.split(' ').to_s.gsub('"', '\"') #rubygems-update-3.0.6/bundler/lib/bundler/compact_index_client/cache.rb 30: name, versions_string, info_checksum = line.split(" ", 3) 54: name, _, checksum = line.split(" ", 3) 96: version_and_platform, rest = string.split(" ", 2) #rubygems-update-3.0.6/bundler/lib/bundler/vendor/thor/lib/thor/base.rb 654: File.basename($PROGRAM_NAME).split(" ").first #rubygems-update-3.0.6/lib/rubygems/stub_specification.rb 36: parts = data[PREFIX.length..-1].split(" ".freeze, 4) #sdoc-1.0.0/lib/sdoc/merge.rb 55: @urls = v.split(' ').map{|name| name.strip } #selenium-webdriver-3.142.4/lib/selenium/webdriver/common/error.rb 36: klass_name = code.split(' ').map(&:capitalize).join.sub(/Error$/, '') #sequel-5.24.0/lib/sequel/adapters/shared/sqlanywhere.rb 76: :columns=>r[:columns].split(',').map{|v| m.call(v.split(' ').first)}} unless r[:type].downcase == 'primary key' 100: :columns=>r[:columns].split(',').map{|v| m.call(v.split(' ').first)}, #serverspec-2.41.5/lib/serverspec/type/base.rb 28: to_s.split(" ") #serverspec-2.41.5/lib/serverspec/type/linux_audit_system.rb 37: map = status_str.split(' ')[1..-1].inject({}) { |res,elem| a = elem.split('='); res.store(a[0],a[1] || ''); res } 39: map = status_str.split("\n").inject({}) { |res,elem| a = elem.split(' '); res.store(a[0],a[1] || ''); res } #signet-0.11.0/lib/signet/oauth_2/client.rb 415: @scope = new_scope.split(' ') #spring-2.1.0/lib/spring/client/status.rb 26: .map { |l| l.split(" ").last } #sshkit-1.20.0/test/unit/test_coordinator.rb 152: actual_output_commands.map { |line| line.split(' ').last.to_f } #thor-0.19.4/lib/thor/base.rb 631: File.basename($PROGRAM_NAME).split(" ").first #thor-0.20.3/lib/thor/base.rb 653: File.basename($PROGRAM_NAME).split(" ").first #thor-0.20.3/lib/thor/shell/basic.rb 234: unwrapped.split(" ").inject do |memo, word| #unicorn-5.5.1/setup.rb 1320: cmd, *args = *line.strip.sub(/\A\#!/, '').split(' ') #whenever-1.0.0/test/test_helper.rb 21: minutes, hours, days, months = cron.split(' ') 27: minutes, hours, days, _ = cron.split(' ') 33: minutes, hours, _ = cron.split(' ') 39: assert_equal expected, cron.split(' ')[0] #yajl-ruby-1.4.1/lib/yajl/http_stream.rb 144: header = header[0].split(" ") #yard-0.9.20/spec/handlers/decorator_handler_methods_spec.rb 251: decorator_params[i].split(' ')[1][/\w+$/]