Module: TestDsl::Shared

Included in:
TestDsl, ClassMethods
Defined in:
lib/debugger/test/test_dsl.rb

Instance Method Summary collapse

Instance Method Details

#fullpath(filename) ⇒ Object



3
4
5
# File 'lib/debugger/test/test_dsl.rb', line 3

def fullpath(filename)
  File.join($debugger_test_dir, "examples", "#{filename}.rb")
end