aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/argf/lines_spec.rb
blob: 0bf5bb0d73c8c2556082ce37cee709fd98a7cc24 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'shared/each_line'

ruby_version_is ''...'3.0' do
  describe "ARGF.lines" do
    it_behaves_like :argf_each_line, :lines
  end
end