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:
parent
b23d9a8a63
commit
83c02765e1
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
Tue Jun 11 23:37:19 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* bignum.c (validate_integer_pack_format): Don't require a word order
|
* bignum.c (validate_integer_pack_format): Don't require a word order
|
||||||
|
|
|
@ -16,6 +16,7 @@ module XMLRPC
|
||||||
def started?
|
def started?
|
||||||
@started
|
@started
|
||||||
end
|
end
|
||||||
|
|
||||||
def start
|
def start
|
||||||
@started = true
|
@started = true
|
||||||
if block_given?
|
if block_given?
|
||||||
|
|
Loading…
Reference in a new issue