4 5 6
# File 'lib/split_into/extend_integer.rb', line 4 def split_into(divisor) SplitInto.split(self,divisor) end