1
2
3
4
    static class ExtensionsMethods
    {
        public static bool IsMultipleOf(this int number, int num)
...

C# On I hate to do this, but...

by dcadenas.blogspot.com, July 16, 2008 02:04 Star_fullStar_fullStar_fullStar_full
Acad2552784135c09b17c00853f5a6f8 Talk
1
2
3
4
def human_date date
  date = Date.parse(date) if date.is_a?(String)
  date.strftime date_format(date)
...

Ruby On Human Date Method

by dcadenas.blogspot.com, July 06, 2008 10:12 Star_fullStar_fullStar_fullStar_full

I share the scudco point of...

Acad2552784135c09b17c00853f5a6f8 Talk