aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/argf/eof_spec.rb
blob: 518f6e566e2c75b25a49991efac8174c49cfb141 (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../spec_helper'
require_relative 'shared/eof'

describe "ARGF.eof" do
  it_behaves_like :argf_eof, :eof
end

describe "ARGF.eof?" do
  it_behaves_like :argf_eof, :eof?
end