Module: Plextail
- Defined in:
- lib/plextail.rb
Defined Under Namespace
Classes: InvalidLineError, Line, Tracker
Class Method Summary collapse
Class Method Details
.track(*glob, &block) ⇒ Object
5 6 7 |
# File 'lib/plextail.rb', line 5 def self.track(*glob, &block) Plextail::Tracker.new(*glob).pipe(&block) end |