gem install singlish
>> require 'singlish'
>> [1, 2, 3].empty_ah? # Is it empty? I'm not very sure.
=> false
>> [1, 2, 3].empty_lah # It is really empty.
=> false
>> [1, 2, 3].empty_lor # Even if it is empty, I don't really care.
=> false
>> [1, 2, 3].empty_leh # For some reason, it is empty.
=> false
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request