summaryrefslogtreecommitdiff
path: root/spec/ruby/core/argf/tell_spec.rb
blob: 16d9f2992076bbb3a652614b326970289d21a342 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/pos'

describe "ARGF.tell" do
  it_behaves_like :argf_pos, :tell
end