Method: Fi.read

Defined in:
lib/fi.rb

.read(path) ⇒ Object



16
17
18
# File 'lib/fi.rb', line 16

def read(path)
  ::File.read path
end