Class: Auger::SocketRequest

Inherits:
Request
  • Object
show all
Defined in:
lib/plugins/socket.rb

Instance Attribute Summary

Attributes inherited from Request

#arg, #before_tests_proc, #tests

Instance Method Summary collapse

Methods inherited from Request

#Result, #before_tests, #do_run, #initialize, load, #test

Constructor Details

This class inherits a constructor from Auger::Request

Instance Method Details

#run(socket) ⇒ Object



25
26
27
# File 'lib/plugins/socket.rb', line 25

def run(socket)
  socket ? true : false      
end