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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:20:24+00:00 2026-05-28T00:20:24+00:00

Is it possible to clearly identify a class of variable? something like: @users.who_r_u? #=>Class

  • 0

Is it possible to clearly identify a class of variable?

something like:

@users.who_r_u? #=>Class (some information)

@packs.who_r_u? #=> Array (some information)

etc.

Can someone provide clear short explanation of difference between Class, Hash, Array, Associated Array, etc. ?

  • 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-28T00:20:25+00:00Added an answer on May 28, 2026 at 12:20 am

    You can use:

    @users.class
    

    Test it in irb:

    1.9.3p0 :001 > 1.class
     => Fixnum 
    1.9.3p0 :002 > "1".class
     => String
    1.9.3p0 :003 > [1].class
     => Array 
    1.9.3p0 :004 > {:a => 1}.class
     => Hash 
    1.9.3p0 :005 > (1..10).class
     => Range 
    

    Or:

    1.9.3p0 :010 > class User
    1.9.3p0 :011?>   end
     => nil 
    1.9.3p0 :012 > @user = User.new
     => #<User:0x0000010111bfc8> 
    1.9.3p0 :013 > @user.class
     => User 
    

    These were only quick irb examples, hope it’s enough to see the use of .class in ruby.

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

Sidebar

Related Questions

How can I initialize a const / static array of structs as clearly as
See this picture How can this be possible? I clearly create the object, why
Possible Duplicate: Accessing inherited variable from templated parent class I have been implementing a
I have a complicated problem and I hope to explain it clearly possible... I
I'll try and explain my problem as concisely and clearly as possible. I feel
I understand that this response clearly states that this is not possible without a
I've clearly been stuck in Java land for too long... Is it possible to
Possible Duplicate: Should I use uint in C# for values that can’t be negative?
Is it possible in C# to define return type of a method as some
is that possible to launch a preinstalled application from a webpage. i can see

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.