class LabClient::CommitComment

Inspect Helper

Public Instance Methods

inspect() click to toggle source
# File lib/labclient/commits/commit_comment.rb, line 7
def inspect
  "#<CommitComment title: #{note[0..9]}>"
end