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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:11:03+00:00 2026-06-15T23:11:03+00:00

So I had this bug where I had a method: def returnArr [2,3,4] end

  • 0

So I had this bug where I had a method:

def returnArr
  [2,3,4]
end

And I did this:

returnArr = returnArr.first

returned an error stating that nilClass doesn’t have a method ‘first’

Moreover, after doing that line of code, and follow it up with this:

returnArr = returnArr().first

worked completely fine, and returnArr is now different from returnArr(). What is going on here?

  • 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-15T23:11:05+00:00Added an answer on June 15, 2026 at 11:11 pm

    When you have this line

     returnArr = returnArr.first
    

    Ruby sees (and executes) this:

     returnArr = nil
     returnArr = returnArr.first
    

    Before assigning value to a variable, this variable is initialized to nil. So, in this case, your local variable shadows your method. Without hints from your side, ruby can’t determine that actually you wanted to call the method. When you provide parentheses, ruby understands that local variable can’t have them and calls the method.

    Don’t ever do this again. Especially in a real app.

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

Sidebar

Related Questions

I had this nasty bug that disappeared in the past but now after quite
I had this error when I browse new web site that site sub from
I had this doubt for sometime now, some people say that there's no such
Edit This was a bug that has been fixed in https://github.com/threerings/playn/commit/137ce50dddd2716f84c38ec1568d7ae5a368434b . See Par
Umbraco 4.8 had bug in umbraco.cms.businesslogic.web.Document.Publish method? I try to edit a node, save
I've had a bug that has been bugging me for days. I'm pretty new
I've spent about 10 hours trying to find this bug that was causing my
Had this working; at one stage. The problem is the following text is now
I had this weird problem a little while ago and haven't been able to
I had this working at some point, as I had a question about this

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.