diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-12-13 20:22:38 +0100 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-12-13 20:22:38 +0100 |
commit | d8f993fa7da3483933284e7d89adf326ce24ddb6 (patch) | |
tree | dd582da66cee87223dad591b4c3e2b5e567a05d7 /railties | |
parent | 72c62421d7f9e2d1a87be5eb65616d85827b6e84 (diff) | |
download | rails-d8f993fa7da3483933284e7d89adf326ce24ddb6.tar.gz rails-d8f993fa7da3483933284e7d89adf326ce24ddb6.tar.bz2 rails-d8f993fa7da3483933284e7d89adf326ce24ddb6.zip |
Nodoc Rails command.
The API isn't ready yet, which means we haven't documented it.
People can't make their own commands, so there's no reason to show it
in generated documentation.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/command.rb b/railties/lib/rails/command.rb index 6587984b53..f7753cbb83 100644 --- a/railties/lib/rails/command.rb +++ b/railties/lib/rails/command.rb @@ -1,7 +1,7 @@ require 'rails/commands/commands_tasks' module Rails - class Command + class Command #:nodoc: attr_reader :argv def initialize(argv = []) |