Skip to content

This is the Enumerable project which includes some useful methods enumerates some basic Ruby public instance methods such as each, all, any, and select.

License

Notifications You must be signed in to change notification settings

arikarim/Enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerables

This is Enumerables project which includes some useful methods enumerates some basic Ruby public instance methods such as each, all, any and select.

Built with

  • Ruby

Prequisites

Ruby installed on your local machine. Knowledge about Rspec and Ruby.

Testing

In this project, we used Rspec to test all the methods. do this steps: 1/navigate to "ruby_testing" directory inside the project 2/ run "rspec spec/enu_test.rb"

or just run this command(rspec ruby_testing/spec/enu_test.rb)

Install

  • In a terminal window type gem install RSpec
  • Once RSpec install has finished, type RSpec --init
  • You will see a folder spec and a file .rspec
  • Inside the spec folder you'll see a spec_helper.rb file.

Run

inside the repository, there is a RSpec-testing file called enu_test.

  • go to the folder inside your terminal and type RSpec

Authors

👤 Author 1

👤 Author 2

📝 License

This project is MIT licensed..

About

This is the Enumerable project which includes some useful methods enumerates some basic Ruby public instance methods such as each, all, any, and select.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages