What is RubyGems in Ruby programming language?
Answer / Girijesh Singh
RubyGems is a package manager for the Ruby programming language. It allows you to easily install, manage and distribute Ruby libraries (gems) and their dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the three levels of access control for ruby methods?
Tell me what are blocks and procs?
Can you call a private method outside a ruby class using its object?
What is request.xhr?
Explain module mixins in Ruby?
Tell me how you define instance variable, global variable and class variable in ruby?
How is object methods defined in ruby?
What are blocks and procs?
How to access Ruby array elements? How many methods are used to access Ruby elements?
Can method names be capitalized?
Explain ruby ranges. What are the ways to define ranges?
What are Ruby iterators?