GetText::Tools::Task::Error
# File lib/gettext/tools/task.rb, line 33 def initialize(reasons) @reasons = reasons lines = [] lines << "invalid configurations:" @reasons.each do |variable, reason| lines << "#{variable}: #{reason}" end super(lines.join("\n")) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.