Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.2K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.4K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Mathematics
5.6K+ articles
Ruby modules
2 posts
Recent Articles
Popular Articles
Ruby Mixins
Last Updated: 12 July 2025
Before studying about Ruby Mixins, we should have the knowledge about Object Oriented Concepts. If we don't, go through Object Oriented Concepts in Ruby . When a class can...
read more
Technical Scripter
Ruby
Picked
Technical Scripter 2019
Ruby modules
Include v/s Extend in Ruby
Last Updated: 10 January 2023
Include is used to importing module code. Ruby will throw an error when we try to access the methods of import module with the class directly because it gets imported as a...
read more
Ruby
Picked
Ruby Keyword
Ruby modules