Method: Consular::Core#process!

Defined in:
lib/consular/core.rb

#process!Object

Method called by the runner to execute the Termfile on the core.

Raises:

API:

  • public



36
37
38
# File 'lib/consular/core.rb', line 36

def process!
  raise NotImplementedError, ".process! needs to be defined for it to be ran by `consular start`"
end