Method: VScripts::Config#read

Defined in:
lib/vscripts/config.rb

#read(file) ⇒ String



42
43
44
# File 'lib/vscripts/config.rb', line 42

def read(file)
  File.read(file)
end