method
complain
v2_5_5 -
Show latest stable
- Class:
Gem::Commands::LockCommand
complain(message)public
No documentation available.
# File lib/rubygems/commands/lock_command.rb, line 61
def complain(message)
if options[:strict] then
raise Gem::Exception, message
else
say "# #{message}"
end
end