aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/performance/profiler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/performance/profiler.rb')
-rw-r--r--railties/lib/commands/performance/profiler.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/commands/performance/profiler.rb b/railties/lib/commands/performance/profiler.rb
index f599ad6635..83e763abda 100644
--- a/railties/lib/commands/performance/profiler.rb
+++ b/railties/lib/commands/performance/profiler.rb
@@ -1,4 +1,3 @@
-#!/usr/local/bin/ruby
if ARGV.empty?
$stderr.puts "Usage: ./script/perform profiler 'Person.expensive_method(10)' [times]"
exit(1)