Class: I18n::Hygiene::Checks::Base
- Inherits:
-
Object
- Object
- I18n::Hygiene::Checks::Base
- Defined in:
- lib/i18n/hygiene/checks/base.rb
Direct Known Subclasses
HtmlEntity, KeyUsage, MissingInterpolationVariable, ScriptTag, UnexpectedReturnSymbol
Instance Method Summary collapse
-
#initialize(config) ⇒ Base
constructor
A new instance of Base.
- #run ⇒ Object
Constructor Details
Instance Method Details
#run ⇒ Object
10 11 12 |
# File 'lib/i18n/hygiene/checks/base.rb', line 10 def run raise "#run must be implemented by subclass" end |