lib/lint_trap/parser/base.rb in lint_trap-0.0.11 vs lib/lint_trap/parser/base.rb in lint_trap-0.0.13

- old
+ new

@@ -5,10 +5,10 @@ @io = io @container = container end def parse - raise NotImplementedError, "Subclass #{self.class.name} must implement parse." + raise NotImplementedError, "Must implement parse." end protected attr_reader :container, :io