File: built-in_class

package info (click to toggle)
ruby-bdb 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,652 kB
  • ctags: 4,687
  • sloc: ansic: 13,663; cpp: 8,601; ruby: 7,903; sh: 47; makefile: 18
file content (36 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<entry index='b'>
<name>Built-In Class</name>
<reference>object</reference>
<reference>instance</reference>
<reference>ruby</reference>
<reference>data</reference>
<reference>hash</reference>
<reference>thread</reference>
<content>
    ((Ruby)) interpreter built-in class which the structure of
    ((instance|Instance)) is different from usual ((object|Object)).
    To define the class which inherits these classes is not recommended.

    A built-in class of ((Ruby)) is as follows:

     * Array
     * Bignum
     * Class
     * ((Data))
     * FalseClass
     * File
     * Fixnum
     * Float
     * ((Hash))
     * IO
     * ((MatchingData))
     * Module
     * NilClass
     * Proc
     * Regexp
     * String
     * Struct
     * ((Thread))
     * TrueClass
</content>
</entry>