Skip to content

brgtrainings/ruby-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Ruby 101

An introduction to Ruby programming language.

Installation

https://www.ruby-lang.org/en/documentation/installation/

What we are going to see

Basic Concepts

  • Data types
  • Naming Conventions
  • Variables
  • Getting input
  • Operators
  • More on Strings
  • Scope of Variable
  • Control Flow
  • Looping
  • Methods
  • Method naming conventions
  • Symbol
  • Array
  • Hash
  • Exception Handling

Advanced Concepts

  • Block
  • Class
  • Module
  • Inheritance
  • Reading and Writing File

Learning Resources

Releases

No releases published

Packages

No packages published

Languages