Sha256: 8815c5ee73d3f6fb542508f092fa26cc9386e40b8b27563c3e52e8995bdd5525
Contents?: true
Size: 222 Bytes
Versions: 3
Compression:
Stored size: 222 Bytes
Contents
module Log2mail class Hit attr_reader :matched_text, :pattern, :file def initialize( text, pattern, file ) @matched_text = text @pattern = pattern @file = file end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
log2mail-0.0.1.pre4 | lib/log2mail/hit.rb |
log2mail-0.0.1.pre3 | lib/log2mail/hit.rb |
log2mail-0.0.1.pre2 | lib/log2mail/hit.rb |