mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #4664] * lib/rexml: ditto * lib/mkmf.rb: ditto * ext/socket/lib/socket.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
83d7aca7f6
commit
615e7987ca
7 changed files with 58 additions and 5 deletions
|
@ -6,6 +6,8 @@ module REXML
|
|||
include Functions
|
||||
include XMLTokens
|
||||
|
||||
# A base Hash object to be used when initializing a
|
||||
# default empty namespaces set.
|
||||
EMPTY_HASH = {}
|
||||
|
||||
def QuickPath::first element, path, namespaces=EMPTY_HASH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue