Class: Evertils::Base
- Inherits:
-
Object
- Object
- Evertils::Base
- Defined in:
- lib/evertils/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/evertils/base.rb', line 3 def initialize @format = Evertils::Helper.load('Formatting') end |