RuntimeError
# File lib/drydock.rb, line 45 def initialize(*args) @msg = args.shift if args.size == 1 @arg, @cmd, @msg = *args @cmd ||= 'COMMAND' @msg = nil if @msg && @msg.empty? end
# File lib/drydock.rb, line 51 def message; @msg || "Error: No #{@arg} provided"; end
# File lib/drydock.rb, line 52 def usage; "See: #{$0} #{@cmd} -h"; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.