lib/divisible.rb in divisible-0.0.2 vs lib/divisible.rb in divisible-0.1.0

- old
+ new

@@ -1,13 +1,9 @@ require "divisible/core_ext" module Divisible - class << self - def check(n, d) n % d == 0 end - end - -end \ No newline at end of file +end