2013-06-28 クラス Python quickrun.elのテストも兼ねてる class Hoge: def hoge(self): print 'hoge' hoge = Hoge() hoge.hoge()