Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Jul 4, 2022

Invoking Methods in Ruby

Here, we will be covering four mega topics like methods, procs, lambdas, and closures. These are very important topics in ruby. We will try to integrate these into as many smaller topics such that they will become easier to understand and learn.
Defining Simple Methods in ruby
This blog will cover the process of defining simple methods in ruby, method terminations, and how to invoke a method of an object.
Methods Names in Ruby EASY
In this blog, we will understand the method names in the Ruby language.
How Lambdas Differ from Procs in Ruby? EASY
This blog will give an overview of how Lambdas are different from from Procs in Ruby i.e Procs vs Lambdas in detail based on arguments, break statements, and other controls flow statements.
Methods and Parentheses in Ruby EASY
In this blog, we will discuss the Methods and Parentheses in ruby in detail and learn some interesting facts about Ruby.
Method Arguments in Ruby MEDIUM
This blog will discuss Method Arguments in Ruby and the Introduction to Ruby language for beginners.
 Procs and Lambdas in Ruby EASY
This article will explain the three main types of functions of Ruby: Blocks, Procs, and Lambdas, in-depth and also discuss a summary for the same.
Closures in Ruby EASY
In this blog, we will look at the concepts of closures in Ruby. We will also look at various types of closures with its examples.
Method Objects in Ruby
This article will discuss the basics of Methods, Procs, lambdas, and closures, and we will discuss method objects in Ruby in detail.
Functional programming in ruby. EASY
In this blog, we will discuss Functional Programming in Ruby.
Time Formatting with strftime Function in Ruby EASY
In this article, we will understand Time Formatting with strftime Function in Ruby with code and output.