class Kata::Algorithms::SumOfThree
Public Instance Methods
find_three()
click to toggle source
# File lib/kata/algorithms/sum_of_three/sum_of_three.rb, line 4 def find_three raise NotImplementedError.new("You have to implement this") end