module TestBench::Controls::Path
Public Class Methods
example(filename=nil)
click to toggle source
# File lib/test_bench/controls/path.rb, line 4 def self.example filename=nil filename ||= 'file.rb' "path/to/#{filename}" end