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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:33:14+00:00 2026-06-02T02:33:14+00:00

results = open(‘names.txt’).map { |line| line.split(‘ ‘)[0]} p results n = Names_In_Array.txt outfile =

  • 0
results = open('names.txt').map { |line| line.split(' ')[0]}
p results
n = "Names_In_Array.txt"
outfile = File.new(n, 'w')
outfile.puts(results)
outfile.close

I’m trying to add quote marks and a comma after each name so I have an array format (besides the brackets). At it’s current state, it saves it back into a plain string.

  • 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-02T02:33:16+00:00Added an answer on June 2, 2026 at 2:33 am

    It sounds like you want to a take a file like:

    ben john joe adam mike bob

    and serialize that into an object structure for reading later.

    If that is the case, I’d recommend you have a look at YAML. It’s built into Ruby and makes reading and writing data structures easy. For example:

    require 'yaml'
    names = File.read('names.txt').split(' ')
    File.open('Names_In_Array.txt') {|f| f << YAML::dump(names)}
    

    You’re resulting file can be read in a subsequent program with

    names = YAML::load(File.open('Names_In_Array.txt'))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why # encoding: utf-8 out=File.open(z\\test.txt, a) out.puts ç out.close out=File.open(z\\test.txt, r) puts out.read+ś results
f = File.open(/test/serverlist.txt, r) list = f.readlines list.each do|servers| File.open('/test/results.txt','w') do |b| servers.each do
The situation is as follows: I have a .txt file with results of several
When I open a TFS Query with hierarchical results in Visual Studio 2010, the
I see a ton of results when searching for how to open the camera,
I open a FileStream to be written to Asynchronously. m_oFile.BeginRead(arrInputReport, 0, m_nInputReportLength, new AsyncCallback(ReadCompleted),
When I open a PDF file and write the content to a text file
I would like to launch a File Search then navigate the results (jump to
I'm digging through Google's results for free (open source) Java diff libaries, and there
I am trying to increase the results per page for example when you open:

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.