Module: TestBench::Controls::Path
- Defined in:
- lib/test_bench/controls/path.rb
Class Method Summary collapse
Class Method Details
.example(filename = nil) ⇒ Object
4 5 6 7 8 |
# File 'lib/test_bench/controls/path.rb', line 4 def self.example filename=nil filename ||= 'file.rb' "path/to/#{filename}" end |