Module: FeCoreExt::CoreExt::Pathname
- Included in:
- Pathname
- Defined in:
- lib/fe_core_ext/core_ext/pathname.rb
Instance Method Summary collapse
Instance Method Details
#load_yaml ⇒ Object
8 9 10 11 |
# File 'lib/fe_core_ext/core_ext/pathname.rb', line 8 def load_yaml return unless exist? YAML.load_file(self) end |