mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/abbrev.rb: Hide copyright and revision information from RDoc.
Inspired by patch from David Copeland, bug #4703. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d764be79b1
commit
8638efb23d
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue May 17 03:51:42 2011 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/abbrev.rb: Hide copyright and revision information from RDoc.
|
||||
Inspired by patch from David Copeland, bug #4703.
|
||||
|
||||
Tue May 17 03:33:21 2011 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/timeout.rb (module Timeout): Hide internal constants. Patch by
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
=begin
|
||||
#
|
||||
#--
|
||||
# Copyright (c) 2001,2003 Akinori MUSHA <knu@iDaemons.org>
|
||||
#
|
||||
# All rights reserved. You can redistribute and/or modify it under
|
||||
|
@ -9,7 +8,7 @@
|
|||
# $Idaemons: /home/cvs/rb/abbrev.rb,v 1.2 2001/05/30 09:37:45 knu Exp $
|
||||
# $RoughId: abbrev.rb,v 1.4 2003/10/14 19:45:42 knu Exp $
|
||||
# $Id$
|
||||
=end
|
||||
#++
|
||||
|
||||
# Calculate the set of unique abbreviations for a given set of strings.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue