class Regaxp::Eiruc::UndefinedFun

Public Class Methods

new(operation_name) click to toggle source
Calls superclass method
# File lib/regaxp/eiruc.rb, line 5
def initialize(operation_name)
  super "Function #{operation_name} is not defined."
end