Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8734125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:46:48+00:00 2026-06-13T09:46:48+00:00

I have 10 Ruby function calls I’d like to execute and each call could

  • 0

I have 10 Ruby function calls I’d like to execute and each call could possibly throw an exception. I’d like to handle each exception the same way and continue. Is there a way to do this without wrapping each line in a begin … rescue … end block?

[Edit]: Use case for this is a screen scraper/automation tool that uses the Selenium web driver to fill out forms. I don’t want to bother checking if options in select elements exist, just fill them out as good as possible. for this, I need to call Selenium::WebDriver::Support::Select.select_by and continue if it throws a “cannot locate option with value x” exception.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:46:49+00:00Added an answer on June 13, 2026 at 9:46 am

    You mean something like this ?

    class Wtf
      def f1
        raise "f1"
      end
      def f2
        raise "f2"
      end
    end
    
    obj= Wtf.new
    
    [:f1, :f2].each do |f|
      begin
        obj.send f
      rescue Exception=> e
        p e
      end
    end
    

    Edit: added more code to the example

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have need for a system function call, the same as those in Python,
I want to create a ruby gem that calls a c function I have
I have the body of a ruby function as a string like s =
I need to write a little ruby function that does word wrapping. I have
I have the following function in ruby for retrieving certain information from a database.
How to convert Ruby Hash to C# Dictionary? Do we have any built-in function...or
I have the Ruby code below, I am using windows API calls and I
I have an object in Ruby called Post. I would like to convert post
I have a C function like this: void get_data(const obj_t *obj, short const **data,
In a Ruby on Rails project I need to have a JavaScript function executed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.