e7.4-3.rb

来自「《Ruby语言中文教程》 RUBY的中文教程比较难找」· RB 代码 · 共 12 行

RB
12
字号
#E7.4-3.rb  
require "E7.4-1"
require "E7.4-2"

class Student < Person
  include Me
end

aStudent=Student.new
aStudent.talk
puts aStudent.sqrt(77,2)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?