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

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