1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* bootstraptest/test_flow.rb: remove an unused parameter.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2011-12-23 16:39:11 +00:00
parent dd834c683d
commit db9657a8bf

View file

@ -552,7 +552,7 @@ end
assert_equal %q{ok}, %q{
$x = :ok
o = Object.new
def o.inspect(*args)
def o.inspect
yield if block_given?
super
end