Libraries
»
git
(1.19.1)
»
Index
»
Git
»
Log
»
#to_s
Method: Git::Log#to_s
Defined in:
lib/git/log.rb
#
to_s
73 74 75
# File 'lib/git/log.rb', line 73
def
to_s
self
.
map
{
|
c
|
c
.
to_s
}
.
join
(
"\n"
)
end