lib/dockerun.rb in dockerun-0.4.0 vs lib/dockerun.rb in dockerun-0.4.1

- old
+ new

@@ -13,9 +13,10 @@ module Dockerun include TR::CondUtils class Error < StandardError; end + class InsufficientParameter < StandardError; end # Your code goes here... def self.logger(tag = nil, &block) if @_logger.nil? drLogout = ENV["DR_LOGOUT"]