[macruby-changes] [MacRuby/MacRuby] 1f32a1: StringIO#path is removed in Ruby1.9.

noreply at github.com noreply at github.com
Wed Apr 6 00:43:52 PDT 2011


Branch: refs/heads/master
Home:   https://github.com/MacRuby/MacRuby

Commit: 1f32a1c2b0296fb76085014303b709d1617c0e81
    https://github.com/MacRuby/MacRuby/commit/1f32a1c2b0296fb76085014303b709d1617c0e81
Author: Watson <watson1978 at gmail.com>
Date:   2011-04-06 (Wed, 06 Apr 2011)

Changed paths:
  M lib/stringio.rb
  M spec/frozen/tags/macruby/library/stringio/path_tags.txt

Log Message:
-----------
StringIO#path is removed in Ruby1.9.

Test Script:
{{{
require 'test/unit/assertions.rb'
include Test::Unit::Assertions
require 'stringio'

f = StringIO.new("abc")
assert_raise(NoMethodError){ f.path }

puts :ok
}}}




More information about the macruby-changes mailing list