Class: I18nTemplate::Runner::Base
- Inherits:
-
Object
- Object
- I18nTemplate::Runner::Base
- Defined in:
- lib/i18n_template/runner/base.rb
Overview
Base runner class
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/i18n_template/runner/base.rb', line 6 def initialize() @options = end |