aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/argf/chars_spec.rb
blob: a864ce6d52c68d7ff5e39f09e5de6b6559fff20d (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'shared/each_char'

ruby_version_is ''...'3.0' do
  describe "ARGF.chars" do
    it_behaves_like :argf_each_char, :chars
  end
end