Method: CapIt::Capture#check_xvfb

Defined in:
lib/capit/capture.rb

#check_xvfbObject



128
129
130
# File 'lib/capit/capture.rb', line 128

def check_xvfb
  !(`which xvfb-run`.empty?)
end