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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:29:23+00:00 2026-05-27T06:29:23+00:00

I have never seen this construct for building a hash. do_stuff(records: records) Does this

  • 0

I have never seen this construct for building a hash. do_stuff(records: records) Does this only work in a parameter list being sent to a method? Is it documented anywhere? I know it is Ruby 1.9+.

records = { 
  'example.com' => '1.2.3.4',
  'hello.com' => '44.33.22.22',
}

def do_stuff(data = {} )
 puts data
end

do_stuff(records: records)
  • 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-27T06:29:24+00:00Added an answer on May 27, 2026 at 6:29 am

    There are two things going on here. The { key: value } syntax is new in Ruby 1.9. It is equivalent to { :key => value }.

    Also, Ruby methods have some syntactical sugar that allows you to pass in a hash literal as the last argument of the method without including the curly braces. This is not new in Ruby 1.9. So

    do_stuff(key: value)
    

    Is equivalent to

    do_stuff({ key: value })
    

    Just to remind you, this only works if the hash is the last argument to the method.

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

Sidebar

Related Questions

I have never seen this being done anywhere in all the source code i've
I have never seen this before, the rows will be sequential but I have
I have never seen a way to do this nicely, i would be interested
I have seen this macro defined before but never really knew its purpose. Can
Apologies in advance but I have never seen this error before and don't know
I have never seen this, have no idea what is going on: <form action=/cgi-bin/Lib.exe
I have never seen this notation.... CreateProcess (Lc:\s2.exe, NULL, NULL, NULL, false, 0, NULL,
I have never seen this issue before, its very strange. Just wondering if anyone
unknown command: 'svn-commit.tmp' I have never seen this type of output from svn ci.
What is this name space like wrapping/nested structure in CSS? I have never seen

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.