motion-fileutils

FileUtils for RubyMotion
The aim is to implement methods in Ruby FileUtils.

Installation

In your Gemfile:

```ruby
gem 'motion-fileutils'
```

And then execute:

```sh
$ bundle
```

Or install it yourself as:

```sh
$ gem install motion-fileutils
```

And write require line to your Rakefile

In your Rakefile

```ruby
require 'motion-fileutils'
```

Usage

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

I'm not good at English. To improve my English is welcome.