Class: Gimei::Config
- Inherits:
-
Object
- Object
- Gimei::Config
- Defined in:
- lib/gimei/config.rb
Instance Attribute Summary collapse
-
#rng ⇒ Object
Returns the value of attribute rng.
Instance Method Summary collapse
-
#initialize(rng: Random) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(rng: Random) ⇒ Config
Returns a new instance of Config.
5 6 7 |
# File 'lib/gimei/config.rb', line 5 def initialize(rng: Random) @rng = rng end |
Instance Attribute Details
#rng ⇒ Object
Returns the value of attribute rng.
3 4 5 |
# File 'lib/gimei/config.rb', line 3 def rng @rng end |