Method: Rach::Function#function_name

Defined in:
lib/rach/function.rb

#function_nameObject

Raises:

  • (NotImplementedError)


76
77
78
# File 'lib/rach/function.rb', line 76

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