summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/stringio_spec.rb
blob: 5ef42b3390c5b1aa31f1a339be90925cc1893beb (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require "stringio"

describe "StringIO" do
  it "includes the Enumerable module" do
    StringIO.should include(Enumerable)
  end
end
ib/pp.rb?id=e1aa72d44104297b51d0fd05dfb5858f3ccd8522'>update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon 2011-12-04* lib/pp.rb: fix rdoc.ktsj 2011-10-10* lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain