1 2 3 4
static class ExtensionsMethods { public static bool IsMultipleOf(this int number, int num) ...
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
I share the scudco point of...

