aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
diff options
context:
space:
mode:
authorPavel Valena <pvalena@redhat.com>2019-09-25 15:35:56 +0200
committerKazuhiro NISHIYAMA <znz@users.noreply.github.com>2019-10-09 12:41:41 +0900
commitb439ee1b8fa8d8a99f3f519af946ead94917edb2 (patch)
treec305ca7b278f9ab761c27de297fb2e6129f81aad /lib/net
parent12d05537d73325d60902feaf0da323ef20ace74b (diff)
downloadruby-b439ee1b8fa8d8a99f3f519af946ead94917edb2.tar.gz
Remove uselsess shebang
as the file is not executable anyway.
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/http/status.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/net/http/status.rb b/lib/net/http/status.rb
index b3995f763f..8db3f7d9e3 100644
--- a/lib/net/http/status.rb
+++ b/lib/net/http/status.rb
@@ -1,4 +1,3 @@
-#!/usr/bin/env ruby
# frozen_string_literal: true
require_relative '../http'