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

* test/xmlrpc/test_client.rb (XMLRPC::ClientTest::Fake::HTTP#started):

Add a missing empty line.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2013-06-11 14:57:05 +00:00
parent b23d9a8a63
commit 83c02765e1
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Tue Jun 11 23:56:24 2013 Kouhei Sutou <kou@cozmixng.org>
* test/xmlrpc/test_client.rb (XMLRPC::ClientTest::Fake::HTTP#started):
Add a missing empty line.
Tue Jun 11 23:37:19 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (validate_integer_pack_format): Don't require a word order

View file

@ -16,6 +16,7 @@ module XMLRPC
def started?
@started
end
def start
@started = true
if block_given?