summaryrefslogtreecommitdiff
path: root/lib/rubygems/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/command.rb')
-rw-r--r--lib/rubygems/command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/command.rb b/lib/rubygems/command.rb
index 3a1e2ac872..dab4366270 100644
--- a/lib/rubygems/command.rb
+++ b/lib/rubygems/command.rb
@@ -49,7 +49,7 @@ class Gem::Command
def self.build_args
@build_args ||= []
end
-
+
def self.build_args=(value)
@build_args = value
end
@@ -197,7 +197,7 @@ class Gem::Command
# def usage
# "#{program_name} FILE [FILE ...]"
# end
- #
+ #
# def arguments
# "FILE name of file to find"
# end