isort 0.1.5
Isort automatically sorts and organizes your Ruby imports, including require, require_relative, include, using, and extend statements.Has the ability to group different types of imports together. It can process single files or entire directories directly throughcommand-line interface, and preserve the code comments and inline documentation
Gemfile:
=
安装:
=
Runtime 依赖 (1):
optparse
~> 0.2.0