Method: LogFile::Display#file_open

Defined in:
lib/log_file.rb

#file_open(name) ⇒ Object



65
66
67
# File 'lib/log_file.rb', line 65

def file_open(name)
          File.open(File.expand_path(name,__FILE__),"r").read()
end