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

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