Registry / utility / elif
library0.1.0rbrubygemsunverified

Read a file in reverse, line by line, useful for log files.

gem install elif
INSTALL
IMPORT
SIG · ELIF
E
elif
utilityrubyv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Elif
require 'elif'

Read a log file backwards until an error line is found.

require 'elif' Elif.foreach('/var/log/syslog') do |line| puts line break if line.include?('error') end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
elif — gem install elif · libregistry