Ruby Programming
What are attr_accessor, attr_reader, and attr_writer?
Ruby Programming
What is a Module in Ruby?
Ruby Programming
What is the splat operator (*) in Ruby?
Ruby Programming
What are instance variables in Ruby?
Ruby Programming
What are regular expressions in Ruby?
Ruby Programming
What is inheritance in Ruby?
Ruby Programming
What is a Gem in Ruby?
Ruby Programming
What does send do in Ruby?
Ruby Programming
What is the Enumerable module in Ruby?
Ruby Programming
What are the differences between a Proc and a Lambda?
Ruby Programming
What does method_missing do in Ruby?
Ruby Programming
What is the difference between puts, print, and p in Ruby?
Ruby Programming
How do you create an Array in Ruby?
Ruby Programming
What does the select method do in Ruby?
Ruby Programming
How do you handle exceptions in Ruby?
Ruby Programming
What is the each iterator in Ruby?
Ruby Programming
What is a block in Ruby?
Ruby Programming
What does the map method do in Ruby?
Ruby Programming
What is the freeze method in Ruby?
Ruby Programming
What is a Proc in Ruby?
Ruby Programming
What is the ternary operator in Ruby?
Ruby Programming
How do you read a file in Ruby?
Ruby Programming
What is the difference between == and eql? and equal? in Ruby?
Ruby Programming
What is a Symbol in Ruby?
Ruby Programming
What is the ampersand (&) operator for blocks?
Ruby Programming
What are frozen string literals in Ruby?
Ruby Programming
What is a Mixin in Ruby?
Ruby Programming
What is the difference between do...end and curly braces for blocks?
Ruby Programming
What is Bundler in Ruby?
Ruby Programming
What is metaprogramming in Ruby?
Ruby Programming
How do you raise a custom exception in Ruby?