aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/observer] Bump up 0.1.2Hiroshi SHIBATA2023-11-071-1/+1
* Update library versions of the default gems.Hiroshi SHIBATA2020-12-221-1/+1
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
* Extract version number from the sourceNobuyoshi Nakada2020-07-301-0/+1
* [ruby/observer] add symbol usage example to Observer#add_observer [doc]Tom Rothe2020-07-231-0/+24
* lib/observer.rb: Specify frozen_string_literal: true.kazu2017-01-131-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt2014-08-271-1/+1
* * lib/observer.rb: [DOC] Clarify default observer method.zzak2013-11-211-3/+4
* * lib/observer.rb: [DOC] syntax improvement in example by @chastellzzak2013-09-261-4/+4
* * lib/observer.rb: fix typo.ayumin2012-08-211-1/+1
* * lib/observer.rb: Update broken link to the Programming Ruby book.drbrain2012-06-131-1/+1
* * lib/observer.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-161-32/+41
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-7/+7
* * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz2005-09-051-9/+10
* Added credit to PragProggsinclair2003-07-261-1/+3
* Added RDoc comments.gsinclair2003-02-031-3/+147
* * observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi2002-11-141-1/+1
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-1/+1
* 2000-04-10matz2000-04-101-7/+11
* 2000-02-01matz2000-02-011-1/+1
* 1.4.0matz1999-08-131-2/+2
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-3/+5
* Initial revisionv1_0_r2matz1998-01-161-0/+40