Module: Log::FileReader::Filter::Grep

Defined in:
lib/log/filereader.rb

Instance Method Summary collapse

Instance Method Details

#=~(entry) ⇒ Object



5
# File 'lib/log/filereader.rb', line 5

def =~(entry); entry.text =~ @arg1;             end