Skip to content

robertosequeira/ruby-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-notes

Topics

  • Syntax

    • Comment
    • Literal (e.g., numbers, booleans, strings, characters, arrays, hashes) -Variables, constants, and scope
    • Operators
    • Conditional branching
    • Loops
    • Exception handling
    • Method calls
    • Blocks
    • Method definition
    • Class definition
    • Module definition
    • Multilingualization
  • Built-in libraries

    • Well-used built-in classes (e.g., Object, Numerical classes, String, Array, Hash)
    • Well-used Built-in modules (e.g., Kernel, Enumerable, Comparable)
  • Object orientation

    • Polymorphism
    • Inheritance
    • mix-in

Links


TODO:

About

Some ruby notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages