65 66 67
# File 'lib/log_file.rb', line 65 def file_open(name) File.open(File.expand_path(name,__FILE__),"r").read() end