We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe70194 commit af8fa03Copy full SHA for af8fa03
README.md
@@ -56,6 +56,7 @@ puts list.max # Output: 9
56
Custom objects
57
```ruby
58
require 'ruby_binary_search'
59
+
60
class Person
61
attr_accessor :name, :age
62
0 commit comments