Libraries
»
capit
(0.3.3)
»
Index
»
CapIt
»
Capture
»
#check_xvfb
Method: CapIt::Capture#check_xvfb
Defined in:
lib/capit/capture.rb
#
check_xvfb
⇒
Object
128 129 130
# File 'lib/capit/capture.rb', line 128
def
check_xvfb
!
(
`which xvfb-run`
.
empty?
)
end