Module: TestBench::Random::Controls::Seed::Namespace
- Defined in:
- lib/test_bench/random/controls/seed.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
10 11 12 |
# File 'lib/test_bench/random/controls/seed.rb', line 10 def self.example 'some-seed-namespace' end |
.other_example ⇒ Object
14 15 16 |
# File 'lib/test_bench/random/controls/seed.rb', line 14 def self.other_example 'some-other-seed-namespace' end |