Skip to content

apostergiou/idiomatic-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸ’» Idiomatic ruby

A collection Ruby patterns, techniques, tips and tricks.

Table of Contents

$ tree .
.
β”œβ”€β”€ docs
β”‚   β”œβ”€β”€ core
β”‚   β”‚   └── README.md
β”‚   β”œβ”€β”€ debugging_ruby.md
β”‚   β”œβ”€β”€ idioms
β”‚   β”‚   └── README.md
β”‚   └── README.md
β”œβ”€β”€ lib
β”‚   β”œβ”€β”€ binding.rb
β”‚   β”œβ”€β”€ cat
β”‚   β”‚   β”œβ”€β”€ cat_argf.rb
β”‚   β”‚   β”œβ”€β”€ cat_argv.rb
β”‚   β”‚   β”œβ”€β”€ f1.txt
β”‚   β”‚   β”œβ”€β”€ f2.txt
β”‚   β”‚   └── README.md
β”‚   β”œβ”€β”€ class_annotation.rb
β”‚   β”œβ”€β”€ closures
β”‚   β”‚   β”œβ”€β”€ methods.rb
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   └── return.rb
β”‚   β”œβ”€β”€ constants.rb
β”‚   β”œβ”€β”€ enumerable
β”‚   β”‚   β”œβ”€β”€ examples.rb
β”‚   β”‚   └── README.md
β”‚   β”œβ”€β”€ exceptions.rb
β”‚   β”œβ”€β”€ factorial.rb
β”‚   β”œβ”€β”€ fibers
β”‚   β”‚   └── README.md
β”‚   β”œβ”€β”€ inject_examples.rb
β”‚   β”œβ”€β”€ README.md
β”‚   β”œβ”€β”€ reduce_examples.rb
β”‚   β”œβ”€β”€ respond_to_missing.rb
β”‚   β”œβ”€β”€ singleton
β”‚   β”‚   β”œβ”€β”€ everyday_singleton.rb
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   └── singleton.rb
β”‚   └── struct_inheritance.rb
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
└── tips
    └── README.md

Resources

About

Ruby patterns, techniques, tips and tricks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages