Methods

PrinterHelpers

Public Instance Methods

yaml_file_path(filename) click to toggle source
# File lib/debugger/test/printer_helpers.rb, line 2
def yaml_file_path(filename)
  File.expand_path(
    File.join($debugger_test_dir, "..", "lib", "ruby-debug", "printers", "texts", "#{filename}.yml"),
    __FILE__
  )
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.