Method: Quick::FS::CodeFile#read_file

Defined in:
lib/quick/fs.rb

#read_file(path) ⇒ Object



84
85
86
87
# File 'lib/quick/fs.rb', line 84

def read_file(path)
  @atime = Time.now
  @source
end