Module: PrinterHelpers
- Defined in:
- lib/debugger/test/printer_helpers.rb
Instance Method Summary collapse
Instance Method Details
#yaml_file_path(filename) ⇒ Object
2 3 4 5 6 7 |
# File 'lib/debugger/test/printer_helpers.rb', line 2 def yaml_file_path(filename) File.( File.join($debugger_test_dir, "..", "lib", "ruby-debug", "printers", "texts", "#{filename}.yml"), __FILE__ ) end |