1.ruby是一种面向对象解释型编程语言,比java更pure。 2.类定义 class SampleCode def run #... end end class名为SampleCode,具有一个方法为run。