aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/argf/chars_spec.rb
blob: 8c9e4844c0b26c1634ac4316e528c01f673a66cf (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/each_char', __FILE__)

describe "ARGF.chars" do
  it_behaves_like :argf_each_char, :chars
end