~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to lib/irb/ext/history.rb

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-05-16 12:37:06 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080516123706-r4llcdfd35aobrjv
Tags: 1.9.0.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.
* debian/control:
  - ruby1.9 pkg: moved rdoc1.9 suggestion to depends. (LP: #228345)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
#   history.rb - 
3
3
#       $Release Version: 0.9.5$
4
 
#       $Revision: 11708 $
5
 
#       $Date: 2007-02-13 08:01:19 +0900 (Tue, 13 Feb 2007) $
 
4
#       $Revision: 14912 $
6
5
#       by Keiju ISHITSUKA(keiju@ruby-lang.org)
7
6
#
8
7
# --
49
48
  end
50
49
 
51
50
  class History
52
 
    @RCS_ID='-$Id: history.rb 11708 2007-02-12 23:01:19Z shyouhei $-'
 
51
    @RCS_ID='-$Id: history.rb 14912 2008-01-06 15:49:38Z akr $-'
53
52
 
54
53
    def initialize(size = 16)
55
54
      @size = size