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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T04:49:08+00:00 2026-06-06T04:49:08+00:00

I really can’t understand how the below piece of code is working… options.each {

  • 0

I really can’t understand how the below piece of code is working…

options.each { |p|  
  if p[0] == '-'[0]  
    break  
  end... 

does it really check for this string? “-[0]”?? or am i missing something?
sorry for this dumb question, but my mind is blocked right now…

  • 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-06T04:49:09+00:00Added an answer on June 6, 2026 at 4:49 am

    What '-'[0] will give you in Ruby 1.8 or lower is 45, which is the ASCII value for the - character. So what this is doing is checking to see if p[0] is equal to 45.

    In Ruby 1.9, '-'[0] will give you '-', so it is recommended to use String#ord instead if you want the ASCII value:

    if p[0] == '-'.ord
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting this error and I really can't understand why. The code: b1.setOnClickListener(new
I really can't figure out why my code isn't working because Twilio's debugger isnt
really can't understand, how to build correctly project that uses boost.python. I've included boost_(python/thread/system)-mt.
I really can't understand how we can simulate the output of a Turing machine
I've been struggling with some findBy using an entity and I really can't understand
I'm trying to understand amazon php sdk for AWS but I really can't use
I've read lots of articles about intent filters and I really can't understand exactly
I really can't understand why this statement is wrong $uname=$_POST['username']; $pass=$_POST['pass']; $str=select * from
I really can't find the error. Here is my code: <? // Action: add
I really can not understand this problem. When i publish my asp.net 4.0 website

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.