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 ampersand parameter (&block) in Ruby?
What are differences between ruby and python?
Ruby support single inheritance/multiple inheritance or both?
Tell me what is the difference between calling super and calling super()?
what the difference is between false and nil in Ruby?
Tell me what is the role of sub-directory app/controllers and app/helpers?
Explain some of the looping structures available in ruby?
Explain break statement in Ruby?
Can you please explain what is the difference between string and symbol?
What is the difference between calling super and calling super()?
Explain while loop in ruby.
what is the difference between put and putc statement?