module Ruborithms::Algorithms::BinarySearch

Public Class Methods

included(mod) click to toggle source
# File lib/ruborithms/algorithms/binary_search.rb, line 5
def included(mod)
  mod.extend(ClassMethods)
end

Public Instance Methods