Project

General

Profile

Actions

Bug #8615

closed

Add examples for SimpleDelegator

Added by calebthompson (Caleb Thompson) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Assignee:
Target version:
ruby -v:
2.0.0
[ruby-core:55883]

Description

SimpleDelegator’s documentation lacked an example of its primary
feature, that it automatically sets the object passed to its initializer
as the delegated object.

  • Add implicit setobj example
  • Add example showing that super is available as a shortcut to
    getobj.

Files

0001-Add-examples-for-SimpleDelegator.patch (1.71 KB) 0001-Add-examples-for-SimpleDelegator.patch calebthompson (Caleb Thompson), 07/10/2013 03:41 AM

Updated by drbrain (Eric Hodel) over 10 years ago

  • Assignee changed from drbrain (Eric Hodel) to zzak (zzak _)

reassigning to zzak as he has more bandwidth for doc commits.

Actions #2

Updated by zzak (zzak _) over 10 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r41905.
Caleb, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/delegate.rb: Add example for setobj and getobj
    [Bug #8615] Patch by Caleb Thompson
Actions

Also available in: Atom PDF

Like0
Like0Like0