lib/apstrings/reader.rb in apstrings-0.3.4 vs lib/apstrings/reader.rb in apstrings-0.3.5
- old
+ new
@@ -1,6 +1,6 @@
module Apstrings
- require 'FileUtils'
+ require 'fileutils'
# Class for reading in files and returning an array of its content
class Reader
# Reads in a file and returns an array consisting of each line of input
# cleaned of new line characters
def self.read(file)