Method: Dentaku::AST::StringFunctions::Find#initialize

Defined in:
lib/dentaku/ast/functions/string_functions.rb

#initialize(*args) ⇒ Find

Returns a new instance of Find.



59
60
61
62
# File 'lib/dentaku/ast/functions/string_functions.rb', line 59

def initialize(*args)
  super
  @needle, @haystack = *@args
end