Method: Rach::Function#function_description

Defined in:
lib/rach/function.rb

#function_descriptionObject

Raises:

  • (NotImplementedError)


80
81
82
# File 'lib/rach/function.rb', line 80

def function_description
  raise NotImplementedError, "#{self.class} must implement #function_description"
end