Module: Duxml::QualifyError
- Included in:
- QualifyErrorClass
- Defined in:
- lib/duxml/meta/history/qualify_error.rb,
lib/duxml/meta/history/qualify_error.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
17 18 19 20 |
# File 'lib/duxml/meta/history/qualify_error.rb', line 17 def description rule_str = rule.respond_to?(:validate) ? 'not allowed by this Grammar' : "violates #{rule.description}" "Qualify Error #{super} #{bad_change.description} #{rule_str}." end |