Class: Mentor::RelativePath

Inherits:
Object
  • Object
show all
Includes:
Outputs
Defined in:
lib/sections/relative_path.rb

Instance Method Summary collapse

Methods included from OutputHelper

#a_an, #and_sentence, #culprit_line, #home_to_tilde, #indent_lines, #lines_from_file, #or_sentence, #pluralize, #pluralize_words, #terminal_width, #valid_var_name

Instance Method Details

#linesObject



7
8
9
# File 'lib/sections/relative_path.rb', line 7

def lines
  indent_lines(relative_base_dir + app_dir + file_name + ':' + error_lineno)
end