Method: Readlines::ReadDuc#reverse_content

Defined in:
lib/readlines/read.rb

#reverse_contentObject

Content operations



236
237
238
239
# File 'lib/readlines/read.rb', line 236

def reverse_content
  raise Readlines::Error::NotFoundError, "File not found: #{@file_path}" unless ::File.exist?(@file_path)
  reverse_content_now()
end