aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/argf/each_codepoint_spec.rb
blob: 0bf8bf9764bbe92727cb8c1347d6dbfea4236697 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/each_codepoint'

describe "ARGF.each_codepoint" do
  it_behaves_like :argf_each_codepoint, :each_codepoint
end