Method: Train::Extras::CommandWrapperBase#verify
- Defined in:
- lib/train/extras/command_wrapper.rb
#verify ⇒ Any
Verify that the command wrapper is initialized properly and working.
14 15 16 |
# File 'lib/train/extras/command_wrapper.rb', line 14 def verify fail Train::ClientError, "#{self.class} does not implement #verify()" end |