6 7 8
# File 'lib/read.rb', line 6 def self.new(file_path, count: nil, split: nil) Readlines::ReadDuc.new(file_path, count: count, split: split) end