summaryrefslogtreecommitdiff
path: root/examples/using_readline.rb
diff options
context:
space:
mode:
authorScott Gonyea <sgonyea@truecar.com>2012-06-14 22:23:45 -0700
committerScott Gonyea <sgonyea@truecar.com>2012-06-14 22:27:14 -0700
commit9f93538156cabde67af098811072506928dc6fcd (patch)
treee19fc43ab9de2bd5e5b2a30091211eea0eb954d3 /examples/using_readline.rb
parentdc2f7cd60d1451b9ae291731841f204c866d5adb (diff)
downloadhighline-9f93538156cabde67af098811072506928dc6fcd.tar.gz
Retain the shebangs on the examples.
Diffstat (limited to 'examples/using_readline.rb')
-rw-r--r--examples/using_readline.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/using_readline.rb b/examples/using_readline.rb
index 0e93134..d8c072a 100644
--- a/examples/using_readline.rb
+++ b/examples/using_readline.rb
@@ -1,3 +1,5 @@
+#!/usr/bin/env ruby
+
# using_readline.rb
#
# Created by James Edward Gray II on 2005-07-06.