Entries from 2009-05-24 to 1 day

git はまりめも

error: unable to create temporary sha1 filename ./objects/95: File existspushできない。

学習ログ class method

class A def A.class_method_one; "Class method"; end def self.class_method_two; "Also a class method"; end class <