/fsimp

simplifies file creation, opening, writing and deleting in Ruby. Please be constructive, yet gentle as i'm still learning.

Primary LanguageRuby

fsimp

simplifies file creation, opening, writing and deleting in Ruby.

-fsimp bundles creation/opening into the init logic; $ f = Fsimp.new('test.txt') -after init, fsimp currently supports the following methods: foo.name foo.perm (permissions) foo.write foo.read foo.delete