File: env

package info (click to toggle)
ruby-bdb 0.6.5-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,028 kB
  • sloc: ansic: 13,984; cpp: 8,735; ruby: 7,869; sh: 47; makefile: 9
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>