# File lib/tins/ask_and_send.rb, line 3 def ask_and_send(method_name, *args, &block) if respond_to?(method_name) __send__(method_name, *args, &block) end end