Module: TestBench::Random::Controls::Seed
- Defined in:
- lib/test_bench/random/controls/seed.rb
Defined Under Namespace
Modules: Value
Class Method Summary collapse
Class Method Details
.example ⇒ Object
5 6 7 |
# File 'lib/test_bench/random/controls/seed.rb', line 5 def self.example '1111111111111111' end |
.other_example ⇒ Object
9 10 11 |
# File 'lib/test_bench/random/controls/seed.rb', line 9 def self.other_example '2222222222222222' end |