Method: Fech::Filing#file_contents

Defined in:
lib/fech/filing.rb

#file_contentsObject

The raw contents of the Filing



248
249
250
# File 'lib/fech/filing.rb', line 248

def file_contents
  File.open(file_path, 'r')
end