Mention what is the difference between a gem and a plugin in ruby?
Answer Posted / Alka Yadav
In Ruby, gems are reusable libraries or tools packaged for easy installation and use across multiple projects. They can include both code and documentation. On the other hand, plugins are extensions to specific applications that add additional functionality. While some plugins can be distributed as gems, not all gems are plugins.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers