Skip to content

Instantly share code, notes, and snippets.

@marzdgzmn
Created November 17, 2018 08:46
Show Gist options
  • Save marzdgzmn/e59587818b0046c4b8911a58a5b5fce9 to your computer and use it in GitHub Desktop.
Save marzdgzmn/e59587818b0046c4b8911a58a5b5fce9 to your computer and use it in GitHub Desktop.
.
├── bin
│   ├── console
│   └── setup
├── CODE_OF_CONDUCT.md
├── config.rb
├── db
│   ├── config.yml
│   ├── migrate
│   └── schema.rb
├── error.log
├── Gemfile
├── Gemfile.lock
├── lib
│   └── rise
├── LICENSE.txt
├── logs
│   └── TestClass.log
├── Rakefile
├── README.md
├── rise-mirror_manager.gemspec
└── spec
├── rise
└── spec_helper.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment