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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:27:33+00:00 2026-06-17T13:27:33+00:00

Is there a convention for the use of => or : in Ruby 1.9+?

  • 0

Is there a convention for the use of => or : in Ruby 1.9+? like:

:param => "foo"

or

param: "foo"

EDIT: Thanks for the feedback, I edited the question to make it more clear.

  • 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-17T13:27:34+00:00Added an answer on June 17, 2026 at 1:27 pm

    There is a difference; The newer “JSON” style of hash creation can only be used with symbol keys. Demonstrated below.

    { param: "foo" }
    

    is equivalent to

    { :param => "foo" }
    

    So you cannot use it to create this hash:

    { "foo" => "bar" }
    

    Or this one:

    { 0 => "One" }
    

    This makes a lot of sense, since it is best practice to use symbol keys when you can.

    Edit:
    Also in your example, { param => "foo" } the value of the variable param will be used as the key.

    so

    param = :foo
    { param => "bar" }
    

    is equivalent to

    { :foo => "bar" }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Ruby, a standard convention is to use a question mark at the end
Other than convention, is there any reason to use or not to use local
I know I can call it whatever, but just like there is a convention
It is a Ruby convention to use #=> for describing expected returns. I realized
There is a naming convention to use underscore prefix for views which are not
Is there a convention for naming private functions in bash? I have a bash
Java classes are generally divided into logical blocks. Is there a convention to mark
Is there a standard convention for the types of files that go in \Windows\
Is there a Java convention to refer to methods, static and otherwise, any specific
Two questions, really: Is there a standard/convention regarding the placement on configuration files? For

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.