Class: Inch::CLI::Command::Output::Inspect::CommentAndAbbrevSource
- Inherits:
-
Struct
- Object
- Struct
- Inch::CLI::Command::Output::Inspect::CommentAndAbbrevSource
- Extended by:
- Forwardable
- Defined in:
- lib/inch/cli/command/output/inspect.rb
Instance Method Summary collapse
Instance Method Details
#lines ⇒ Object
131 132 133 |
# File 'lib/inch/cli/command/output/inspect.rb', line 131 def lines to_s.lines end |
#to_s ⇒ Object
135 136 137 |
# File 'lib/inch/cli/command/output/inspect.rb', line 135 def to_s comments.join('') + abbrev_source end |