summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/argf/fixtures/rewind.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/argf/fixtures/rewind.rb')
-rw-r--r--spec/rubyspec/core/argf/fixtures/rewind.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/rubyspec/core/argf/fixtures/rewind.rb b/spec/rubyspec/core/argf/fixtures/rewind.rb
deleted file mode 100644
index 90a334cd89..0000000000
--- a/spec/rubyspec/core/argf/fixtures/rewind.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-puts ARGF.lineno
-ARGF.gets
-puts ARGF.lineno
-ARGF.rewind
-puts ARGF.lineno