- DRb::DRbProtocol#recv_reply(soc) -- dRuby
- DRb::DRbProtocol#recv_request(soc) -- dRuby
- DRb::DRbProtocol#ro_to_obj(ro) -- dRuby
- DRb::DRbProtocol#send_reply(soc, succ, result) -- dRuby
- DRb::DRbProtocol#send_request(soc, ref, msg_id, *arg, &b) -- dRuby
- DRb::DRbServer#alive? -- dRuby
- DRb::DRbServer#allow?(s) -- dRuby
- DRb::DRbServer#argc_limit -- dRuby
- DRb::DRbServer#argc_limit= -- dRuby
- DRb::DRbServer#default_acl(acl) -- dRuby
- DRb::DRbServer#default_argc_limit(argc) -- dRuby
- DRb::DRbServer#default_load_limit(sz) -- dRuby
- DRb::DRbServer#fake_yield(argv) -- dRuby
- DRb::DRbServer#front -- dRuby
- DRb::DRbServer#insecure_methods?(msg_id) -- dRuby
- DRb::DRbServer#kill_sub_thread -- dRuby
- DRb::DRbServer#load_limit -- dRuby
- DRb::DRbServer#load_limit= -- dRuby
- DRb::DRbServer#new(uri=nil, front=nil, acl=nil, idconv=nil) -- dRuby
- DRb::DRbServer#obj_send(obj, msg_id, *argv) -- dRuby
- DRb::DRbServer#proc -- dRuby
- DRb::DRbServer#run -- dRuby
- DRb::DRbServer#stop_service -- dRuby
- DRb::DRbServer#thread -- dRuby
- DRb::DRbServer#to_obj(ref) -- dRuby
- DRb::DRbServer#uri -- dRuby
- DRb::DRbUndumped#_dump(lv) -- dRuby
- DRb::DRbUndumped#dump(dummy) -- dRuby
- DRb::DRbUndumped#exception -- dRuby
- DRb::DRbUndumped#load(s) -- dRuby
- DRb::DRbUndumped#new(err, buf) -- dRuby
- DRb::DRbUndumped#new(unknown) -- dRuby
- DRb::DRbUndumped#reload -- dRuby
- DRb::DRbUndumped#unknown -- dRuby
- Date#+(n) -- Date
- Date#-(x) -- Date
- Date#<<(n) -- Date
- Date#<=>(other) -- Date
- Date#===(other) -- Date
- Date#>>(n) -- Date
- Date#cwday -- Date
- Date#cweek -- Date
- Date#cwyear -- Date
- Date#day -- Date
- Date#downto(min){|date| ...} -- Date
- Date#england -- Date
- Date#gregorian -- Date
- Date#italy -- Date
- Date#jd -- Date
- Date#julian -- Date
- Date#ld -- Date
- Date#leap? -- Date
- Date#mday -- Date
- Date#mjd -- Date
- Date#mon -- Date
- Date#month -- Date
- Date#newsg([start=Date::ITALY]) -- Date
- Date#next -- Date
- Date#sg -- Date
- Date#step(limit, step){|date| ...} -- Date
- Date#succ -- Date
- Date#tjd -- Date
- Date#tjd2 -- Date
- Date#to_s -- Date
- Date#upto(max){|date| ...} -- Date
- Date#wday -- Date
- Date#yday -- Date
- Date#year -- Date
- Date.exist2?(year, day-of-year[, start=ITALY]) -- Date
- Date.exist3?(year, month, day-of-month[, start=ITALY]) -- Date
- Date.exist?(year, month, day-of-month[, start=ITALY]) -- Date
- Date.existw?(year, week, day-of-week[, start=ITALY]) -- Date
- Date.new([year=-4712[, month=1[, day-of-month=1[, start=ITALY]]]]) -- Date
- Date.new1([jd=0[, start=ITALY]]) -- Date
- Date.new2([year=-4712[, day-of-year=1[, start=ITALY]]]) -- Date
- Date.new3([year=-4712[, month=1[, day-of-month=1[, start=ITALY]]]]) -- Date
- Date.neww([year=1582[, week=41[, day-of-week=5[, start=ITALY]]]]) -- Date
- Date.today([start=ITALY]) -- Date
- DelegateClass(superclass) -- delegate.rb
- Delegator#__getobj__ -- delegate.rb
- Delegator#initialize(obj) -- delegate.rb
- Dir#close -- Dir
- Dir#each{|item| ... } -- Dir
- Dir#pos -- Dir
- Dir#pos=(pos) -- Dir
- Dir#read -- Dir
- Dir#rewind -- Dir
- Dir#seek(pos) -- Dir
- Dir#tell -- Dir
- Dir.Dir[pattern] -- Dir
- Dir.chdir([path]) -- Dir
- Dir.chdir([path]) {|path| ... } -- Dir
- Dir.chroot(path) -- Dir
- Dir.delete(path) -- Dir
- Dir.entries(path) -- Dir
- Dir.foreach(path) {|file| ...} -- Dir
- Dir.getwd -- Dir
- Dir.glob(pattern) -- Dir
- Dir.glob(pattern) {|file| ...} -- Dir
- Dir.glob(pattern[, flags]) -- Dir