Ruby: Mixing in a Module immediately after an object's Singleton class
There are two ways to insert a Module above the objects singleton class but before the objects Class. # You can open the class definition body of a singleton...
Ruby, Rbenv, RVM, Ruby on Rails, Gems
There are two ways to insert a Module above the objects singleton class but before the objects Class. # You can open the class definition body of a singleton...
Some applications such dump itty bitty hidden files that will screw up your workflow if you don't manage them. Here's how to quickly identify...
Basic example of how to open a text file and print them (including line-numbers) into a new text file. Example 1 - Long-hand counter = 1 old_file = File....
You can run functions in parallel without any problems as long as you have enough memory in your computer and none of your functions are dependent on one...
Encrypting / Decrypting Passwords using EzCrypto