Class: Rubu::Info
- Inherits:
-
Object
- Object
- Rubu::Info
- Defined in:
- lib/rubu.rb
Overview
Information space for program.
Constant Summary
- @@info =
{}
Class Method Summary (collapse)
Class Method Details
+ (Object) [](key)
413 414 415 |
# File 'lib/rubu.rb', line 413 def Info.[]( key ) @@info[ key ] end |
+ (Object) []=(key, val)
409 410 411 |
# File 'lib/rubu.rb', line 409 def Info.[]=( key, val ) @@info[ key ] = val end |