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:
parent
dd834c683d
commit
db9657a8bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue