Method: Inch::CLI::Command::Output::Inspect::CommentAndAbbrevSource#to_s
- Defined in:
- lib/inch/cli/command/output/inspect.rb
#to_s ⇒ Object
135 136 137 |
# File 'lib/inch/cli/command/output/inspect.rb', line 135 def to_s comments.join('') + abbrev_source end |