《Ruby语言中文教程》 RUBY的中文教程比较难找

源代码在线查看: e7.4-4.rb

软件大小: 642 K
上传用户: a83133937
关键词: Ruby RUBY 教程 语言
下载地址: 免注册下载 普通下载 VIP

相关代码

				#E7.4-4.rb  
				load "E7.4-1.rb"
				
				class Student  
				end
				
				aStudent=Student.new
				aStudent.extend(Me)
				puts aStudent.sqrt(100.1, 12)
							

相关资源