Sha256: 2b12cf625c1e638a4409d0d2daee2293646f286cf314fa494bfbe4ba57201e00

Contents?: true

Size: 182 Bytes

Versions: 7

Compression:

Stored size: 182 Bytes

Contents

require File.expand_path('../fixtures/classes', __FILE__)

describe "StringIO#flush" do
  it "returns self" do
    io = StringIO.new("flush")
    io.flush.should equal(io)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubysl-stringio-2.3 spec/flush_spec.rb
rubysl-stringio-2.2 spec/flush_spec.rb
rubysl-stringio-2.1 spec/flush_spec.rb
rubysl-stringio-2.1.0 spec/flush_spec.rb
rubysl-stringio-1.0.1 spec/flush_spec.rb
rubysl-stringio-1.0.0 spec/flush_spec.rb
rubysl-stringio-2.0.0 spec/flush_spec.rb