File: env

package info (click to toggle)
libdb-ruby 0.6.5-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,612 kB
  • ctags: 3,979
  • sloc: ansic: 13,984; cpp: 8,739; ruby: 7,864; sh: 47; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<entry index='e'>
<name>ENV</name>
<reference>environment variable</reference>
<reference>singleton method</reference>
<reference>instance</reference>
<reference>ruby</reference>
<reference>object</reference>
<reference>hash</reference>
<content>
    ((Object)) which operates same as ((Hash))
    to access ((environment variable|Environment Variable)).
    Actually it is an ((instance|Instance)) of the Object class
    which adds a ((singleton method|Singleton Method)).
    When the ((environment variable|Environment Variable)) is changed
    with this object, it is succeeded to the offspring process
    of ((Ruby)).
</content>
</entry>