class Ciphr::FunctionRegistry::InvalidFunctionError

Attributes

name[R]

Public Class Methods

new(name) click to toggle source
# File lib/ciphr/function_registry.rb, line 42
def initialize(name)
  @name = name
end