class Object
def try(method_id, *args, &block)
def try(method_id, *args, &block) send(method_id, *args, &block) unless self.nil? end unless method_defined? :try
def try(method_id, *args, &block) send(method_id, *args, &block) unless self.nil? end unless method_defined? :try