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

  • Home
  • SEARCH
  • 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 7917427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:08:33+00:00 2026-06-03T15:08:33+00:00

Question : Is there a simple way to print out an array in Ruby

  • 0

Question: Is there a simple way to print out an array in Ruby with elements separated by spaces?

Details:

I want to use Ruby to Benchmark commands and run the command. Something like:

 script.rb ./command_name arg1 arg2 arg3 ...

For example:

 script.rb ls -lh

should run ls -lh. I tried to do this with:

require 'benchmark'
puts Benchmark.measure{system(ARGV.to_s)}

(note ignore benchmark for this question I just included that because that what I’m using this for) but that does not work because ARGV gets printed without spaces. For example ls -lh becomes ls-lh. Obviously I could create my own string by parsing the ARGV array and inserting spaces between elements in loop. But I assume there is a more elegant Ruby solution but I haven’t been able to figure one out yet so I’m wondering if anyone has suggestions.

  • 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-03T15:08:35+00:00Added an answer on June 3, 2026 at 3:08 pm

    [Update]

    You should use l0b0’s answer

    [Original answer]

    You can easily join elements of an Array together with join. ARGV is an Array.

    ARGV.join(" ")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Simple question here: is there any way to convert from a jagged array to
My question is simple: is there a way to totally automate the process to
a simple question here Is there a way to change the text click here
My question is very simple: is there any way to (programmatically, technically, or manually)
Simple question really, is there any programmatic way to over load the choose a
I have a simple question. I have this bitmap Is there a way with
This is a fairly simple question. When you print out a LinkedList, like so:
When I use the __FUNCTION__ macro/variable to print out debugging information, there seems to
Simple question: Is there a way to run a script in the background with
To phrase my question as simply as possible, is there a way to create

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.