repo.or.cz
/
upr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
set "encoding: binary" to workaround 1.9 insanity
[upr.git]
/
lib
/
upr
/
status.rb
blob
3cd21d0f85b0a4c14a52bbd84d0969101fe28aec
1
# -*- encoding: binary -*-
2
require 'upr/status_methods'
3
module Upr
4
5
# this is what we store in the Moneta-backed monitor
6
class Status < Struct.new(:seen, :length)
7
include StatusMethods
8
end
9
end