Class: Rubu::Order

Inherits:
Object
  • Object
show all
Defined in:
lib/rubu.rb

Overview

Configuration space for Rubu.

Constant Summary collapse

@@order =
{}

Class Method Summary collapse

Class Method Details

.[](key) ⇒ Object



369
370
371
# File 'lib/rubu.rb', line 369

def Order.[]( key )
    @@order[ key ]
end

.[]=(key, val) ⇒ Object



365
366
367
# File 'lib/rubu.rb', line 365

def Order.[]=( key, val )
    @@order[ key ] = val
end