Flowdock
method

load_file

Importance_1
v1_8_7_72 - Show latest stable - 0 notes - Class: YAML
load_file( filepath ) public

Load a document from the file located at filepath.

  YAML.load_file( 'animals.yaml' )
     #=> ['badger', 'elephant', 'tiger']
Show source
Register or log in to add new notes.