Module: YAML
- Defined in:
- lib/crazy_doll/fixes.rb
Instance Method Summary collapse
Instance Method Details
#load_file(f) ⇒ Object
16 17 18 19 |
# File 'lib/crazy_doll/fixes.rb', line 16 def load_file(f) return false unless FileTest.file?(f) super end |