Adding additional methods to a ruby superclass
For fun I wanted to improve on my fuzzydates gem and rather add a new method to the Date class. Here is the code that seems to work for me. class Date class
For fun I wanted to improve on my fuzzydates gem and rather add a new method to the Date class. Here is the code that seems to work for me. class Date class
I decided to create a simple gem to hold some date requirements that I had. Basically here is what you need to build a simple gem. Create a working directory. In my case this was called fuzzydates. Change into the directory and create a lib directory so that you now have a directory structure that …
To make the XFCE application menu pop up when you hit the Windows key add the following application via the keyboard shortcuts and press the Windows key when prompted. xfce4-popup-applicationsmenu It doesn’t work exactly the same as windows since hitting the key twice does not make the menu disappear. UPDATE : On 14.04 this appears …
Continue reading ‘Make XFCE application menu appear when using Windows key’ »