Class FileType::Yaml
In: lib/file_type.rb
Parent: Generic

Methods

load  

Public Instance methods

[Source]

# File lib/file_type.rb, line 258
    def load
      YAML.load(path.read)
    end

[Validate]