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 4111158
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T22:01:49+00:00 2026-05-20T22:01:49+00:00

Is there a way to change the RUBY_PLATFORM constant so that I can test

  • 0

Is there a way to change the RUBY_PLATFORM constant so that I can test the following method?

def determine_os
  case RUBY_PLATFORM
    when /darwin/ then :mac
    when /linux/ then :linux
    else raise InvalidOSError
  end
end
  • 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-05-20T22:01:50+00:00Added an answer on May 20, 2026 at 10:01 pm

    RUBY_PLATFORM shouldn’t be used to determine operating system. Use the appropriate item within the hash RbConfig instead.

    Also, if you want to make it more easily tested, you could do

    def determine_os(os_string)
      case os_string
        when /darwin/ then :mac
        when /linux/ then :linux
        else raise InvalidOSError
      end
    end
    

    and you could do determine_os("darwin") for your test.

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

Sidebar

Related Questions

Is there any way a database change (say an insert statement) can trigger a
I just started using the new project type SQL Server 2008 Database. I can
I have some javascript code that is used in a few different pages in
We build software using Hudson and Maven. We have C#, java and last, but
I've been learning Ruby, so I thought I'd try my hand at some of
So I'm finally ready to allow some friends to use my Ruby on Rails
I would like to do something like this from a Ruby script, within a
If I were to implement a system identical to the StackOverflow question revision history
I've been programming rails for only a few months and was first introduced to
I have started to do some programming using VIM. I have very mixed feelings

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.