summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/ungetbyte_spec.rb
blob: 701463e6211c00436dab92c37b65824df1a7703b (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require 'stringio'

describe "StringIO#ungetbyte" do
  it "needs to be reviewed for spec completeness"
end