Skip to content

hexlet-components/ruby-points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-points

github action status

Install

gem install hexlet-points

Usage example

require 'points'

point = Point.make(4, 5)

puts get_x(point) # => 4
puts get_y(point) # => 5

puts get_quadrant(point) # => 1

puts to_string(point) # => '(4, 5)'

Hexlet Ltd. logo

This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet.

See most active contributors on hexlet-friends.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors