Class: Oncall::Core::Wrapper
- Inherits:
-
Object
- Object
- Oncall::Core::Wrapper
- Defined in:
- lib/oncall/core/wrapper.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ Wrapper
constructor
A new instance of Wrapper.
- #run(reporter) ⇒ Object
Constructor Details
#initialize(file) ⇒ Wrapper
Returns a new instance of Wrapper.
4 5 6 |
# File 'lib/oncall/core/wrapper.rb', line 4 def initialize(file) @file = file end |