instance-methods-lab-ruby-online-web-sp-000

时间:2024-04-08 13:54:24
【文件属性】:

文件名称:instance-methods-lab-ruby-online-web-sp-000

文件大小:7KB

文件格式:ZIP

更新时间:2024-04-08 13:54:24

Ruby

实例方法实验室Ruby 学习目标 定义一个类。 为该类构建实例方法。 概述 在本实验中,我们将练习定义类并在其中构建实例方法。具体来说,您将向Dog and Person类添加2个实例方法。 指示 打开这个实验室与learn open ,并运行测试learn 。 1.在lib/dog.rb定义Dog 打开lib/dog.rb并为Dog类添加一个类定义。 2.在Dog定义#bark 将实例方法#bark添加到lib/dog.rb中的Dog类中,该方法将显示"Woof!" 3.在Dog定义#sit 在lib/dog.rb中的Dog类中添加实例方法#sit ,它将放置"The Dog is sitting" lib/dog.rb "The Dog is sitting" 。 4.在lib/person.rb定义一个Person 打开lib/person.rb并为Person类添加一个类定


【文件预览】:
instance-methods-lab-ruby-online-web-sp-000-master
----CONTRIBUTING.md(2KB)
----Gemfile(90B)
----Gemfile.lock(626B)
----.rspec(53B)
----spec()
--------instance_methods_spec.rb(1KB)
--------spec_helper.rb(122B)
----LICENSE.md(1KB)
----.gitignore(642B)
----.learn(20B)
----lib()
--------dog.rb(0B)
--------person.rb(0B)
----README.md(3KB)

网友评论