Method: Rugged::Tag::Annotation.prettify_message

Defined in:
lib/rugged/tag.rb

.prettify_message(msg, strip_comments = true) ⇒ Object

[View source]

32
33
34
# File 'lib/rugged/tag.rb', line 32

def self.prettify_message(msg, strip_comments = true)
  Rugged::prettify_message(msg, strip_comments)
end