Method: Logcli::Actions::Grep.call

Defined in:
lib/logcli/actions/grep.rb

.call(opts) ⇒ Object



27
28
29
30
# File 'lib/logcli/actions/grep.rb', line 27

def self.call opts
  grep = new opts
  grep.call
end