Ruby convert string to method name July 24, 2023 by Tarik Best way is probably: methods.each { |methodName| send(methodName, 'abc') } See Object#send