Methods

Class/Module Index [+]

Quicksearch

YAML

Public Class Methods

load_file( filepath ) click to toggle source
# File lib/rbot/config.rb, line 6
def YAML.load_file( filepath )
  File.open( filepath ) do |f|
    YAML::load( f )
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.