Method: Rach::Function#execute

Defined in:
lib/rach/function.rb

#execute(**args) ⇒ Object

Raises:

  • (NotImplementedError)


72
73
74
# File 'lib/rach/function.rb', line 72

def execute(**args)
  raise NotImplementedError, "#{self.class} must implement #execute"
end