When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Data Iteration with Ruby 2

Ruby is powerful language with syntax that is simple, easy to read and similar to English language. This makes it an excellent language for beginners. This course will teach you how to write clean and flexible code in Ruby.

     
  • 4
  •  |
  • Reviews ( 21 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (21 reviews )
  • icon1 hour 5 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Data Iteration with Ruby 2

Coding in any language requires an understanding of fundamental programming constructs like Blocks, modules and behavior overriding. Ruby is an interpreted, high-level, general-purpose programming language and supports procedural, functional and object-oriented programming paradigms. In this course, Data Iteration with Ruby, you'll gain the ability to write clear, concise code that is also adaptable to change. First, you'll explore how to call and write blocks. Next, you'll discover how to reduce code duplication with Procs and Lambdas. Finally, you'll learn how to use and write your own modules. When you're finished with this course, you'll have the skills and knowledge of Data Iteration in Ruby needed to write correct, concise, yet easily understandable code that would be a vital part of your programming toolbox.

What You Will Learn?

  • Course Overview : 1min.
  • Working with Blocks : 24mins.
  • Using Procs and Lambdas : 21mins.
  • Adding Functionality with Mixins : 19mins.