Sha256: 9bba565207a7b252c8f32305e873a746ac648a7726a0cee02cb31d45af103f36
Contents?: true
Size: 275 Bytes
Versions: 11
Compression:
Stored size: 275 Bytes
Contents
module Saddler module Reporter module Github Comment = Struct.new(:sha, :body, :path, :position) do def ==(other) position == other.position && path == other.path && body == other.body end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems