Project

General

Profile

Actions

Bug #4664

closed

documentation updates 2011-05-10

Added by vbatts (Vincent Batts) almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.3dev (2011-05-10 trunk 31502) [x86_64-linux]
Backport:
[ruby-core:<unknown>]

Description

per http://blog.segment7.net/2011/05/09/ruby-1-9-3-documentation-challenge

The attached patch addresses the following items needing documentation.

class Addrinfo # in file ext/socket/lib/socket.rb def connect_internal(local_addrinfo); end end

class Array

in file lib/rexml/xpath_parser.rb

def dclone(); end
end
class Fixnum

in file lib/rexml/xpath_parser.rb

def dclone(); end
end
class Float

in file lib/rexml/xpath_parser.rb

def dclone(); end
end

class Object

in file lib/rexml/xpath_parser.rb

def dclone(); end

in file object.c

def methods(*args); end

in file object.c

def private_methods(*args); end

in file object.c

def protected_methods(*args); end

in file object.c

def public_methods(*args); end

in file object.c

def hash(); end

in file lib/mkmf.rb

def depend_rules(depend); end

in file lib/mkmf.rb

def dummy_makefile(srcdir); end

in file lib/mkmf.rb

def try_const(const, headers = nil, opt = "", &b); end

in file lib/mkmf.rb

def try_type(type, headers = nil, opt = "", &b); end

end

class REXML::XPath # is documented

in file lib/rexml/xpath.rb

EMPTY_HASH = nil
end


Files

ruby_doc_updates-20110510_vbatts.patch (5.04 KB) ruby_doc_updates-20110510_vbatts.patch vbatts (Vincent Batts), 05/11/2011 01:04 AM
Actions

Also available in: Atom PDF

Like0
Like0Like0