Class: Inch::CLI::Command::Output::Inspect::CommentAndAbbrevSource

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/inch/cli/command/output/inspect.rb

Instance Method Summary collapse

Instance Method Details

#linesObject



130
131
132
# File 'lib/inch/cli/command/output/inspect.rb', line 130

def lines
  to_s.lines
end

#to_sObject



134
135
136
# File 'lib/inch/cli/command/output/inspect.rb', line 134

def to_s
  comments.join('') + abbrev_source
end